Class ModifyAccountRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.workspaces.model.WorkSpacesRequest
-
- software.amazon.awssdk.services.workspaces.model.ModifyAccountRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<ModifyAccountRequest.Builder,ModifyAccountRequest>
@Generated("software.amazon.awssdk:codegen") public final class ModifyAccountRequest extends WorkSpacesRequest implements ToCopyableBuilder<ModifyAccountRequest.Builder,ModifyAccountRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceModifyAccountRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ModifyAccountRequest.Builderbuilder()StringdedicatedTenancyManagementCidrRange()The IP address range, specified as an IPv4 CIDR block, for the management network interface.DedicatedTenancySupportEnumdedicatedTenancySupport()The status of BYOL.StringdedicatedTenancySupportAsString()The status of BYOL.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends ModifyAccountRequest.Builder>serializableBuilderClass()ModifyAccountRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
dedicatedTenancySupport
public final DedicatedTenancySupportEnum dedicatedTenancySupport()
The status of BYOL.
If the service returns an enum value that is not available in the current SDK version,
dedicatedTenancySupportwill returnDedicatedTenancySupportEnum.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromdedicatedTenancySupportAsString().- Returns:
- The status of BYOL.
- See Also:
DedicatedTenancySupportEnum
-
dedicatedTenancySupportAsString
public final String dedicatedTenancySupportAsString()
The status of BYOL.
If the service returns an enum value that is not available in the current SDK version,
dedicatedTenancySupportwill returnDedicatedTenancySupportEnum.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromdedicatedTenancySupportAsString().- Returns:
- The status of BYOL.
- See Also:
DedicatedTenancySupportEnum
-
dedicatedTenancyManagementCidrRange
public 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
ListAvailableManagementCidrRangesoperation.- Returns:
- 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
ListAvailableManagementCidrRangesoperation.
-
toBuilder
public ModifyAccountRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ModifyAccountRequest.Builder,ModifyAccountRequest>- Specified by:
toBuilderin classWorkSpacesRequest
-
builder
public static ModifyAccountRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends ModifyAccountRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
-