@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateSharedVpcConfigurationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
UpdateSharedVpcConfigurationRequest() |
| Modifier and Type | Method and Description |
|---|---|
UpdateSharedVpcConfigurationRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getClientRequestToken() |
String |
getEnableFsxRouteTableUpdatesFromParticipantAccounts()
Specifies whether participant accounts can create FSx for ONTAP Multi-AZ file systems in shared subnets.
|
int |
hashCode() |
void |
setClientRequestToken(String clientRequestToken) |
void |
setEnableFsxRouteTableUpdatesFromParticipantAccounts(String enableFsxRouteTableUpdatesFromParticipantAccounts)
Specifies whether participant accounts can create FSx for ONTAP Multi-AZ file systems in shared subnets.
|
String |
toString()
Returns a string representation of this object.
|
UpdateSharedVpcConfigurationRequest |
withClientRequestToken(String clientRequestToken) |
UpdateSharedVpcConfigurationRequest |
withEnableFsxRouteTableUpdatesFromParticipantAccounts(String enableFsxRouteTableUpdatesFromParticipantAccounts)
Specifies whether participant accounts can create FSx for ONTAP Multi-AZ file systems in shared subnets.
|
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, withSdkRequestTimeoutpublic void setEnableFsxRouteTableUpdatesFromParticipantAccounts(String enableFsxRouteTableUpdatesFromParticipantAccounts)
Specifies whether participant accounts can create FSx for ONTAP Multi-AZ file systems in shared subnets. Set to
true to enable or false to disable.
enableFsxRouteTableUpdatesFromParticipantAccounts - Specifies whether participant accounts can create FSx for ONTAP Multi-AZ file systems in shared subnets.
Set to true to enable or false to disable.public String getEnableFsxRouteTableUpdatesFromParticipantAccounts()
Specifies whether participant accounts can create FSx for ONTAP Multi-AZ file systems in shared subnets. Set to
true to enable or false to disable.
true to enable or false to disable.public UpdateSharedVpcConfigurationRequest withEnableFsxRouteTableUpdatesFromParticipantAccounts(String enableFsxRouteTableUpdatesFromParticipantAccounts)
Specifies whether participant accounts can create FSx for ONTAP Multi-AZ file systems in shared subnets. Set to
true to enable or false to disable.
enableFsxRouteTableUpdatesFromParticipantAccounts - Specifies whether participant accounts can create FSx for ONTAP Multi-AZ file systems in shared subnets.
Set to true to enable or false to disable.public void setClientRequestToken(String clientRequestToken)
clientRequestToken - public String getClientRequestToken()
public UpdateSharedVpcConfigurationRequest withClientRequestToken(String clientRequestToken)
clientRequestToken - public String toString()
toString in class ObjectObject.toString()public UpdateSharedVpcConfigurationRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()