@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateConnectionAliasPermissionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateConnectionAliasPermissionRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateConnectionAliasPermissionRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAliasId()
The identifier of the connection alias that you want to update permissions for.
|
ConnectionAliasPermission |
getConnectionAliasPermission()
Indicates whether to share or unshare the connection alias with the specified Amazon Web Services account.
|
int |
hashCode() |
void |
setAliasId(String aliasId)
The identifier of the connection alias that you want to update permissions for.
|
void |
setConnectionAliasPermission(ConnectionAliasPermission connectionAliasPermission)
Indicates whether to share or unshare the connection alias with the specified Amazon Web Services account.
|
String |
toString()
Returns a string representation of this object.
|
UpdateConnectionAliasPermissionRequest |
withAliasId(String aliasId)
The identifier of the connection alias that you want to update permissions for.
|
UpdateConnectionAliasPermissionRequest |
withConnectionAliasPermission(ConnectionAliasPermission connectionAliasPermission)
Indicates whether to share or unshare the connection alias with the specified Amazon Web Services account.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public UpdateConnectionAliasPermissionRequest()
public void setAliasId(String aliasId)
The identifier of the connection alias that you want to update permissions for.
aliasId
- The identifier of the connection alias that you want to update permissions for.public String getAliasId()
The identifier of the connection alias that you want to update permissions for.
public UpdateConnectionAliasPermissionRequest withAliasId(String aliasId)
The identifier of the connection alias that you want to update permissions for.
aliasId
- The identifier of the connection alias that you want to update permissions for.public void setConnectionAliasPermission(ConnectionAliasPermission connectionAliasPermission)
Indicates whether to share or unshare the connection alias with the specified Amazon Web Services account.
connectionAliasPermission
- Indicates whether to share or unshare the connection alias with the specified Amazon Web Services account.public ConnectionAliasPermission getConnectionAliasPermission()
Indicates whether to share or unshare the connection alias with the specified Amazon Web Services account.
public UpdateConnectionAliasPermissionRequest withConnectionAliasPermission(ConnectionAliasPermission connectionAliasPermission)
Indicates whether to share or unshare the connection alias with the specified Amazon Web Services account.
connectionAliasPermission
- Indicates whether to share or unshare the connection alias with the specified Amazon Web Services account.public String toString()
toString
in class Object
Object.toString()
public UpdateConnectionAliasPermissionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()