@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) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz)
Used to retrieve the value of a field from any class that extends
SdkRequest . |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ModifyAccountRequest.Builder> |
serializableBuilderClass() |
ModifyAccountRequest.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
overrideConfiguration
copy
public 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()
.
DedicatedTenancySupportEnum
public 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()
.
DedicatedTenancySupportEnum
public 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()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ModifyAccountRequest.Builder,ModifyAccountRequest>
toBuilder
in class WorkSpacesRequest
public static ModifyAccountRequest.Builder builder()
public static Class<? extends ModifyAccountRequest.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
SdkRequest
SdkRequest
. The field name
specified should match the member name from the corresponding service-2.json model specified in the
codegen-resources folder for a given service. The class specifies what class to cast the returned value to.
If the returned value is also a modeled class, the SdkRequest.getValueForField(String, Class)
method will
again be available.getValueForField
in class SdkRequest
fieldName
- The name of the member to be retrieved.clazz
- The class to cast the returned object to.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.