@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ModifyAccountRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ModifyAccountRequest() |
| Modifier and Type | Method and Description |
|---|---|
ModifyAccountRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDedicatedTenancyManagementCidrRange()
The IP address range, specified as an IPv4 CIDR block, for the management network interface.
|
String |
getDedicatedTenancySupport()
The status of BYOL.
|
int |
hashCode() |
void |
setDedicatedTenancyManagementCidrRange(String dedicatedTenancyManagementCidrRange)
The IP address range, specified as an IPv4 CIDR block, for the management network interface.
|
void |
setDedicatedTenancySupport(String dedicatedTenancySupport)
The status of BYOL.
|
String |
toString()
Returns a string representation of this object.
|
ModifyAccountRequest |
withDedicatedTenancyManagementCidrRange(String dedicatedTenancyManagementCidrRange)
The IP address range, specified as an IPv4 CIDR block, for the management network interface.
|
ModifyAccountRequest |
withDedicatedTenancySupport(DedicatedTenancySupportEnum dedicatedTenancySupport)
The status of BYOL.
|
ModifyAccountRequest |
withDedicatedTenancySupport(String dedicatedTenancySupport)
The status of BYOL.
|
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 setDedicatedTenancySupport(String dedicatedTenancySupport)
The status of BYOL.
dedicatedTenancySupport - The status of BYOL.DedicatedTenancySupportEnumpublic String getDedicatedTenancySupport()
The status of BYOL.
DedicatedTenancySupportEnumpublic ModifyAccountRequest withDedicatedTenancySupport(String dedicatedTenancySupport)
The status of BYOL.
dedicatedTenancySupport - The status of BYOL.DedicatedTenancySupportEnumpublic ModifyAccountRequest withDedicatedTenancySupport(DedicatedTenancySupportEnum dedicatedTenancySupport)
The status of BYOL.
dedicatedTenancySupport - The status of BYOL.DedicatedTenancySupportEnumpublic void setDedicatedTenancyManagementCidrRange(String dedicatedTenancyManagementCidrRange)
The IP address range, specified as an IPv4 CIDR block, for the management network interface. Specify an IP
address range that is compatible with your network and in CIDR notation (that is, specify the range as an IPv4
CIDR block). The CIDR block size must be /16 (for example, 203.0.113.25/16). It must also be specified as
available by the ListAvailableManagementCidrRanges operation.
dedicatedTenancyManagementCidrRange - The IP address range, specified as an IPv4 CIDR block, for the management network interface. Specify an IP
address range that is compatible with your network and in CIDR notation (that is, specify the range as an
IPv4 CIDR block). The CIDR block size must be /16 (for example, 203.0.113.25/16). It must also be
specified as available by the ListAvailableManagementCidrRanges operation.public String getDedicatedTenancyManagementCidrRange()
The IP address range, specified as an IPv4 CIDR block, for the management network interface. Specify an IP
address range that is compatible with your network and in CIDR notation (that is, specify the range as an IPv4
CIDR block). The CIDR block size must be /16 (for example, 203.0.113.25/16). It must also be specified as
available by the ListAvailableManagementCidrRanges operation.
ListAvailableManagementCidrRanges operation.public ModifyAccountRequest withDedicatedTenancyManagementCidrRange(String dedicatedTenancyManagementCidrRange)
The IP address range, specified as an IPv4 CIDR block, for the management network interface. Specify an IP
address range that is compatible with your network and in CIDR notation (that is, specify the range as an IPv4
CIDR block). The CIDR block size must be /16 (for example, 203.0.113.25/16). It must also be specified as
available by the ListAvailableManagementCidrRanges operation.
dedicatedTenancyManagementCidrRange - The IP address range, specified as an IPv4 CIDR block, for the management network interface. Specify an IP
address range that is compatible with your network and in CIDR notation (that is, specify the range as an
IPv4 CIDR block). The CIDR block size must be /16 (for example, 203.0.113.25/16). It must also be
specified as available by the ListAvailableManagementCidrRanges operation.public String toString()
toString in class ObjectObject.toString()public ModifyAccountRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()