@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeConnectionAliasPermissionsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeConnectionAliasPermissionsResult() |
Modifier and Type | Method and Description |
---|---|
DescribeConnectionAliasPermissionsResult |
clone() |
boolean |
equals(Object obj) |
String |
getAliasId()
The identifier of the connection alias.
|
List<ConnectionAliasPermission> |
getConnectionAliasPermissions()
The permissions associated with a connection alias.
|
String |
getNextToken()
The token to use to retrieve the next set of results, or null if no more results are available.
|
int |
hashCode() |
void |
setAliasId(String aliasId)
The identifier of the connection alias.
|
void |
setConnectionAliasPermissions(Collection<ConnectionAliasPermission> connectionAliasPermissions)
The permissions associated with a connection alias.
|
void |
setNextToken(String nextToken)
The token to use to retrieve the next set of results, or null if no more results are available.
|
String |
toString()
Returns a string representation of this object.
|
DescribeConnectionAliasPermissionsResult |
withAliasId(String aliasId)
The identifier of the connection alias.
|
DescribeConnectionAliasPermissionsResult |
withConnectionAliasPermissions(Collection<ConnectionAliasPermission> connectionAliasPermissions)
The permissions associated with a connection alias.
|
DescribeConnectionAliasPermissionsResult |
withConnectionAliasPermissions(ConnectionAliasPermission... connectionAliasPermissions)
The permissions associated with a connection alias.
|
DescribeConnectionAliasPermissionsResult |
withNextToken(String nextToken)
The token to use to retrieve the next set of results, or null if no more results are available.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public DescribeConnectionAliasPermissionsResult()
public void setAliasId(String aliasId)
The identifier of the connection alias.
aliasId
- The identifier of the connection alias.public String getAliasId()
The identifier of the connection alias.
public DescribeConnectionAliasPermissionsResult withAliasId(String aliasId)
The identifier of the connection alias.
aliasId
- The identifier of the connection alias.public List<ConnectionAliasPermission> getConnectionAliasPermissions()
The permissions associated with a connection alias.
public void setConnectionAliasPermissions(Collection<ConnectionAliasPermission> connectionAliasPermissions)
The permissions associated with a connection alias.
connectionAliasPermissions
- The permissions associated with a connection alias.public DescribeConnectionAliasPermissionsResult withConnectionAliasPermissions(ConnectionAliasPermission... connectionAliasPermissions)
The permissions associated with a connection alias.
NOTE: This method appends the values to the existing list (if any). Use
setConnectionAliasPermissions(java.util.Collection)
or
withConnectionAliasPermissions(java.util.Collection)
if you want to override the existing values.
connectionAliasPermissions
- The permissions associated with a connection alias.public DescribeConnectionAliasPermissionsResult withConnectionAliasPermissions(Collection<ConnectionAliasPermission> connectionAliasPermissions)
The permissions associated with a connection alias.
connectionAliasPermissions
- The permissions associated with a connection alias.public void setNextToken(String nextToken)
The token to use to retrieve the next set of results, or null if no more results are available.
nextToken
- The token to use to retrieve the next set of results, or null if no more results are available.public String getNextToken()
The token to use to retrieve the next set of results, or null if no more results are available.
public DescribeConnectionAliasPermissionsResult withNextToken(String nextToken)
The token to use to retrieve the next set of results, or null if no more results are available.
nextToken
- The token to use to retrieve the next set of results, or null if no more results are available.public String toString()
toString
in class Object
Object.toString()
public DescribeConnectionAliasPermissionsResult clone()