@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeAccountResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeAccountResult() |
Modifier and Type | Method and Description |
---|---|
DescribeAccountResult |
clone() |
boolean |
equals(Object obj) |
String |
getDedicatedTenancyAccountType()
The type of linked account.
|
String |
getDedicatedTenancyManagementCidrRange()
The IP address range, specified as an IPv4 CIDR block, used for the management network interface.
|
String |
getDedicatedTenancySupport()
The status of BYOL (whether BYOL is enabled or disabled).
|
int |
hashCode() |
void |
setDedicatedTenancyAccountType(String dedicatedTenancyAccountType)
The type of linked account.
|
void |
setDedicatedTenancyManagementCidrRange(String dedicatedTenancyManagementCidrRange)
The IP address range, specified as an IPv4 CIDR block, used for the management network interface.
|
void |
setDedicatedTenancySupport(String dedicatedTenancySupport)
The status of BYOL (whether BYOL is enabled or disabled).
|
String |
toString()
Returns a string representation of this object.
|
DescribeAccountResult |
withDedicatedTenancyAccountType(DedicatedTenancyAccountType dedicatedTenancyAccountType)
The type of linked account.
|
DescribeAccountResult |
withDedicatedTenancyAccountType(String dedicatedTenancyAccountType)
The type of linked account.
|
DescribeAccountResult |
withDedicatedTenancyManagementCidrRange(String dedicatedTenancyManagementCidrRange)
The IP address range, specified as an IPv4 CIDR block, used for the management network interface.
|
DescribeAccountResult |
withDedicatedTenancySupport(DedicatedTenancySupportResultEnum dedicatedTenancySupport)
The status of BYOL (whether BYOL is enabled or disabled).
|
DescribeAccountResult |
withDedicatedTenancySupport(String dedicatedTenancySupport)
The status of BYOL (whether BYOL is enabled or disabled).
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setDedicatedTenancySupport(String dedicatedTenancySupport)
The status of BYOL (whether BYOL is enabled or disabled).
dedicatedTenancySupport
- The status of BYOL (whether BYOL is enabled or disabled).DedicatedTenancySupportResultEnum
public String getDedicatedTenancySupport()
The status of BYOL (whether BYOL is enabled or disabled).
DedicatedTenancySupportResultEnum
public DescribeAccountResult withDedicatedTenancySupport(String dedicatedTenancySupport)
The status of BYOL (whether BYOL is enabled or disabled).
dedicatedTenancySupport
- The status of BYOL (whether BYOL is enabled or disabled).DedicatedTenancySupportResultEnum
public DescribeAccountResult withDedicatedTenancySupport(DedicatedTenancySupportResultEnum dedicatedTenancySupport)
The status of BYOL (whether BYOL is enabled or disabled).
dedicatedTenancySupport
- The status of BYOL (whether BYOL is enabled or disabled).DedicatedTenancySupportResultEnum
public void setDedicatedTenancyManagementCidrRange(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.
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.
public String getDedicatedTenancyManagementCidrRange()
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 DescribeAccountResult withDedicatedTenancyManagementCidrRange(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.
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.
public void setDedicatedTenancyAccountType(String dedicatedTenancyAccountType)
The type of linked account.
dedicatedTenancyAccountType
- The type of linked account.DedicatedTenancyAccountType
public String getDedicatedTenancyAccountType()
The type of linked account.
DedicatedTenancyAccountType
public DescribeAccountResult withDedicatedTenancyAccountType(String dedicatedTenancyAccountType)
The type of linked account.
dedicatedTenancyAccountType
- The type of linked account.DedicatedTenancyAccountType
public DescribeAccountResult withDedicatedTenancyAccountType(DedicatedTenancyAccountType dedicatedTenancyAccountType)
The type of linked account.
dedicatedTenancyAccountType
- The type of linked account.DedicatedTenancyAccountType
public String toString()
toString
in class Object
Object.toString()
public DescribeAccountResult clone()