public class ListSecurityProfilePermissionsResult
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
ListSecurityProfilePermissionsResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getNextToken()
If there are additional results, this is the token for the next set of
results.
|
java.util.List<java.lang.String> |
getPermissions()
The permissions granted to the security profile.
|
int |
hashCode() |
void |
setNextToken(java.lang.String nextToken)
If there are additional results, this is the token for the next set of
results.
|
void |
setPermissions(java.util.Collection<java.lang.String> permissions)
The permissions granted to the security profile.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListSecurityProfilePermissionsResult |
withNextToken(java.lang.String nextToken)
If there are additional results, this is the token for the next set of
results.
|
ListSecurityProfilePermissionsResult |
withPermissions(java.util.Collection<java.lang.String> permissions)
The permissions granted to the security profile.
|
ListSecurityProfilePermissionsResult |
withPermissions(java.lang.String... permissions)
The permissions granted to the security profile.
|
public ListSecurityProfilePermissionsResult()
public java.util.List<java.lang.String> getPermissions()
The permissions granted to the security profile. For a complete list of valid permissions, see List of security profile permissions.
The permissions granted to the security profile. For a complete list of valid permissions, see List of security profile permissions.
public void setPermissions(java.util.Collection<java.lang.String> permissions)
The permissions granted to the security profile. For a complete list of valid permissions, see List of security profile permissions.
permissions - The permissions granted to the security profile. For a complete list of valid permissions, see List of security profile permissions.
public ListSecurityProfilePermissionsResult withPermissions(java.lang.String... permissions)
The permissions granted to the security profile. For a complete list of valid permissions, see List of security profile permissions.
Returns a reference to this object so that method calls can be chained together.
permissions - The permissions granted to the security profile. For a complete list of valid permissions, see List of security profile permissions.
public ListSecurityProfilePermissionsResult withPermissions(java.util.Collection<java.lang.String> permissions)
The permissions granted to the security profile. For a complete list of valid permissions, see List of security profile permissions.
Returns a reference to this object so that method calls can be chained together.
permissions - The permissions granted to the security profile. For a complete list of valid permissions, see List of security profile permissions.
public java.lang.String getNextToken()
If there are additional results, this is the token for the next set of results.
If there are additional results, this is the token for the next set of results.
public void setNextToken(java.lang.String nextToken)
If there are additional results, this is the token for the next set of results.
nextToken - If there are additional results, this is the token for the next set of results.
public ListSecurityProfilePermissionsResult withNextToken(java.lang.String nextToken)
If there are additional results, this is the token for the next set of results.
Returns a reference to this object so that method calls can be chained together.
nextToken - If there are additional results, this is the token for the next set of results.
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object