Class DescribeAccountResponse
- java.lang.Object
-
- software.amazon.awssdk.core.SdkResponse
-
- software.amazon.awssdk.awscore.AwsResponse
-
- software.amazon.awssdk.services.workspaces.model.WorkSpacesResponse
-
- software.amazon.awssdk.services.workspaces.model.DescribeAccountResponse
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<DescribeAccountResponse.Builder,DescribeAccountResponse>
@Generated("software.amazon.awssdk:codegen") public final class DescribeAccountResponse extends WorkSpacesResponse implements ToCopyableBuilder<DescribeAccountResponse.Builder,DescribeAccountResponse>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDescribeAccountResponse.Builder
-
Method Summary
-
Methods inherited from class software.amazon.awssdk.services.workspaces.model.WorkSpacesResponse
responseMetadata
-
Methods inherited from class software.amazon.awssdk.core.SdkResponse
sdkHttpResponse
-
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 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,
dedicatedTenancySupportwill returnDedicatedTenancySupportResultEnum.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromdedicatedTenancySupportAsString().- Returns:
- The status of BYOL (whether BYOL is enabled or disabled).
- See Also:
DedicatedTenancySupportResultEnum
-
dedicatedTenancySupportAsString
public 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,
dedicatedTenancySupportwill returnDedicatedTenancySupportResultEnum.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromdedicatedTenancySupportAsString().- Returns:
- The status of BYOL (whether BYOL is enabled or disabled).
- See Also:
DedicatedTenancySupportResultEnum
-
dedicatedTenancyManagementCidrRange
public 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.
- Returns:
- 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.
-
dedicatedTenancyAccountType
public final DedicatedTenancyAccountType dedicatedTenancyAccountType()
The type of linked account.
If the service returns an enum value that is not available in the current SDK version,
dedicatedTenancyAccountTypewill returnDedicatedTenancyAccountType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromdedicatedTenancyAccountTypeAsString().- Returns:
- The type of linked account.
- See Also:
DedicatedTenancyAccountType
-
dedicatedTenancyAccountTypeAsString
public final String dedicatedTenancyAccountTypeAsString()
The type of linked account.
If the service returns an enum value that is not available in the current SDK version,
dedicatedTenancyAccountTypewill returnDedicatedTenancyAccountType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromdedicatedTenancyAccountTypeAsString().- Returns:
- The type of linked account.
- See Also:
DedicatedTenancyAccountType
-
toBuilder
public DescribeAccountResponse.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DescribeAccountResponse.Builder,DescribeAccountResponse>- Specified by:
toBuilderin classAwsResponse
-
builder
public static DescribeAccountResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends DescribeAccountResponse.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsResponse
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsResponse
-
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 classSdkResponse
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-