@Generated(value="software.amazon.awssdk:codegen") public final class DescribeAccountResponse extends WorkSpacesResponse implements ToCopyableBuilder<DescribeAccountResponse.Builder,DescribeAccountResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeAccountResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DescribeAccountResponse.Builder |
builder() |
String |
dedicatedTenancyManagementCidrRange()
The IP address range, specified as an IPv4 CIDR block, used for the management network interface.
|
DedicatedTenancySupportResultEnum |
dedicatedTenancySupport()
The status of BYOL (whether BYOL is enabled or disabled).
|
String |
dedicatedTenancySupportAsString()
The status of BYOL (whether BYOL is enabled or disabled).
|
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 DescribeAccountResponse.Builder> |
serializableBuilderClass() |
DescribeAccountResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final DedicatedTenancySupportResultEnum dedicatedTenancySupport()
The status of BYOL (whether BYOL is enabled or disabled).
If the service returns an enum value that is not available in the current SDK version,
dedicatedTenancySupport will return DedicatedTenancySupportResultEnum.UNKNOWN_TO_SDK_VERSION.
The raw value returned by the service is available from dedicatedTenancySupportAsString().
DedicatedTenancySupportResultEnumpublic final String dedicatedTenancySupportAsString()
The status of BYOL (whether BYOL is enabled or disabled).
If the service returns an enum value that is not available in the current SDK version,
dedicatedTenancySupport will return DedicatedTenancySupportResultEnum.UNKNOWN_TO_SDK_VERSION.
The raw value returned by the service is available from dedicatedTenancySupportAsString().
DedicatedTenancySupportResultEnumpublic final String dedicatedTenancyManagementCidrRange()
The IP address range, specified as an IPv4 CIDR block, used for the management network interface.
The management network interface is connected to a secure Amazon WorkSpaces management network. It is used for interactive streaming of the WorkSpace desktop to Amazon WorkSpaces clients, and to allow Amazon WorkSpaces to manage the WorkSpace.
The management network interface is connected to a secure Amazon WorkSpaces management network. It is used for interactive streaming of the WorkSpace desktop to Amazon WorkSpaces clients, and to allow Amazon WorkSpaces to manage the WorkSpace.
public DescribeAccountResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeAccountResponse.Builder,DescribeAccountResponse>toBuilder in class AwsResponsepublic static DescribeAccountResponse.Builder builder()
public static Class<? extends DescribeAccountResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic 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 SdkResponseCopyright © 2023. All rights reserved.