@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateSharedVpcConfigurationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UpdateSharedVpcConfigurationResult() |
Modifier and Type | Method and Description |
---|---|
UpdateSharedVpcConfigurationResult |
clone() |
boolean |
equals(Object obj) |
String |
getEnableFsxRouteTableUpdatesFromParticipantAccounts()
Indicates whether participant accounts can create FSx for ONTAP Multi-AZ file systems in shared subnets.
|
int |
hashCode() |
void |
setEnableFsxRouteTableUpdatesFromParticipantAccounts(String enableFsxRouteTableUpdatesFromParticipantAccounts)
Indicates whether participant accounts can create FSx for ONTAP Multi-AZ file systems in shared subnets.
|
String |
toString()
Returns a string representation of this object.
|
UpdateSharedVpcConfigurationResult |
withEnableFsxRouteTableUpdatesFromParticipantAccounts(String enableFsxRouteTableUpdatesFromParticipantAccounts)
Indicates whether participant accounts can create FSx for ONTAP Multi-AZ file systems in shared subnets.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setEnableFsxRouteTableUpdatesFromParticipantAccounts(String enableFsxRouteTableUpdatesFromParticipantAccounts)
Indicates whether participant accounts can create FSx for ONTAP Multi-AZ file systems in shared subnets.
enableFsxRouteTableUpdatesFromParticipantAccounts
- Indicates whether participant accounts can create FSx for ONTAP Multi-AZ file systems in shared subnets.public String getEnableFsxRouteTableUpdatesFromParticipantAccounts()
Indicates whether participant accounts can create FSx for ONTAP Multi-AZ file systems in shared subnets.
public UpdateSharedVpcConfigurationResult withEnableFsxRouteTableUpdatesFromParticipantAccounts(String enableFsxRouteTableUpdatesFromParticipantAccounts)
Indicates whether participant accounts can create FSx for ONTAP Multi-AZ file systems in shared subnets.
enableFsxRouteTableUpdatesFromParticipantAccounts
- Indicates whether participant accounts can create FSx for ONTAP Multi-AZ file systems in shared subnets.public String toString()
toString
in class Object
Object.toString()
public UpdateSharedVpcConfigurationResult clone()