@Generated(value="software.amazon.awssdk:codegen") public final class ModifyAccountRequest extends WorkSpacesRequest implements ToCopyableBuilder<ModifyAccountRequest.Builder,ModifyAccountRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ModifyAccountRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ModifyAccountRequest.Builder |
builder() |
String |
dedicatedTenancyManagementCidrRange()
The IP address range, specified as an IPv4 CIDR block, for the management network interface.
|
DedicatedTenancySupportEnum |
dedicatedTenancySupport()
The status of BYOL.
|
String |
dedicatedTenancySupportAsString()
The status of BYOL.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ModifyAccountRequest.Builder> |
serializableBuilderClass() |
ModifyAccountRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final DedicatedTenancySupportEnum dedicatedTenancySupport()
The status of BYOL.
If the service returns an enum value that is not available in the current SDK version,
dedicatedTenancySupport will return DedicatedTenancySupportEnum.UNKNOWN_TO_SDK_VERSION. The raw
value returned by the service is available from dedicatedTenancySupportAsString().
DedicatedTenancySupportEnumpublic final String dedicatedTenancySupportAsString()
The status of BYOL.
If the service returns an enum value that is not available in the current SDK version,
dedicatedTenancySupport will return DedicatedTenancySupportEnum.UNKNOWN_TO_SDK_VERSION. The raw
value returned by the service is available from dedicatedTenancySupportAsString().
DedicatedTenancySupportEnumpublic final 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.
ListAvailableManagementCidrRanges operation.public ModifyAccountRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ModifyAccountRequest.Builder,ModifyAccountRequest>toBuilder in class WorkSpacesRequestpublic static ModifyAccountRequest.Builder builder()
public static Class<? extends ModifyAccountRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.