@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeAccountAttributesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DescribeAccountAttributesResult() |
| Modifier and Type | Method and Description |
|---|---|
DescribeAccountAttributesResult |
clone() |
boolean |
equals(Object obj) |
List<AccountQuota> |
getAccountQuotas()
Account quota information.
|
String |
getUniqueAccountIdentifier()
A unique AWS DMS identifier for an account in a particular AWS Region.
|
int |
hashCode() |
void |
setAccountQuotas(Collection<AccountQuota> accountQuotas)
Account quota information.
|
void |
setUniqueAccountIdentifier(String uniqueAccountIdentifier)
A unique AWS DMS identifier for an account in a particular AWS Region.
|
String |
toString()
Returns a string representation of this object.
|
DescribeAccountAttributesResult |
withAccountQuotas(AccountQuota... accountQuotas)
Account quota information.
|
DescribeAccountAttributesResult |
withAccountQuotas(Collection<AccountQuota> accountQuotas)
Account quota information.
|
DescribeAccountAttributesResult |
withUniqueAccountIdentifier(String uniqueAccountIdentifier)
A unique AWS DMS identifier for an account in a particular AWS Region.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<AccountQuota> getAccountQuotas()
Account quota information.
public void setAccountQuotas(Collection<AccountQuota> accountQuotas)
Account quota information.
accountQuotas - Account quota information.public DescribeAccountAttributesResult withAccountQuotas(AccountQuota... accountQuotas)
Account quota information.
NOTE: This method appends the values to the existing list (if any). Use
setAccountQuotas(java.util.Collection) or withAccountQuotas(java.util.Collection) if you want
to override the existing values.
accountQuotas - Account quota information.public DescribeAccountAttributesResult withAccountQuotas(Collection<AccountQuota> accountQuotas)
Account quota information.
accountQuotas - Account quota information.public void setUniqueAccountIdentifier(String uniqueAccountIdentifier)
A unique AWS DMS identifier for an account in a particular AWS Region. The value of this identifier has the
following format: c99999999999. DMS uses this identifier to name artifacts. For example, DMS uses
this identifier to name the default Amazon S3 bucket for storing task assessment reports in a given AWS Region.
The format of this S3 bucket name is the following:
dms-AccountNumber-UniqueAccountIdentifier. Here is an example name for this default S3
bucket: dms-111122223333-c44445555666.
AWS DMS supports the UniqueAccountIdentifier parameter in versions 3.1.4 and later.
uniqueAccountIdentifier - A unique AWS DMS identifier for an account in a particular AWS Region. The value of this identifier has
the following format: c99999999999. DMS uses this identifier to name artifacts. For example,
DMS uses this identifier to name the default Amazon S3 bucket for storing task assessment reports in a
given AWS Region. The format of this S3 bucket name is the following:
dms-AccountNumber-UniqueAccountIdentifier. Here is an example name for this
default S3 bucket: dms-111122223333-c44445555666.
AWS DMS supports the UniqueAccountIdentifier parameter in versions 3.1.4 and later.
public String getUniqueAccountIdentifier()
A unique AWS DMS identifier for an account in a particular AWS Region. The value of this identifier has the
following format: c99999999999. DMS uses this identifier to name artifacts. For example, DMS uses
this identifier to name the default Amazon S3 bucket for storing task assessment reports in a given AWS Region.
The format of this S3 bucket name is the following:
dms-AccountNumber-UniqueAccountIdentifier. Here is an example name for this default S3
bucket: dms-111122223333-c44445555666.
AWS DMS supports the UniqueAccountIdentifier parameter in versions 3.1.4 and later.
c99999999999. DMS uses this identifier to name artifacts. For example,
DMS uses this identifier to name the default Amazon S3 bucket for storing task assessment reports in a
given AWS Region. The format of this S3 bucket name is the following:
dms-AccountNumber-UniqueAccountIdentifier. Here is an example name for this
default S3 bucket: dms-111122223333-c44445555666.
AWS DMS supports the UniqueAccountIdentifier parameter in versions 3.1.4 and later.
public DescribeAccountAttributesResult withUniqueAccountIdentifier(String uniqueAccountIdentifier)
A unique AWS DMS identifier for an account in a particular AWS Region. The value of this identifier has the
following format: c99999999999. DMS uses this identifier to name artifacts. For example, DMS uses
this identifier to name the default Amazon S3 bucket for storing task assessment reports in a given AWS Region.
The format of this S3 bucket name is the following:
dms-AccountNumber-UniqueAccountIdentifier. Here is an example name for this default S3
bucket: dms-111122223333-c44445555666.
AWS DMS supports the UniqueAccountIdentifier parameter in versions 3.1.4 and later.
uniqueAccountIdentifier - A unique AWS DMS identifier for an account in a particular AWS Region. The value of this identifier has
the following format: c99999999999. DMS uses this identifier to name artifacts. For example,
DMS uses this identifier to name the default Amazon S3 bucket for storing task assessment reports in a
given AWS Region. The format of this S3 bucket name is the following:
dms-AccountNumber-UniqueAccountIdentifier. Here is an example name for this
default S3 bucket: dms-111122223333-c44445555666.
AWS DMS supports the UniqueAccountIdentifier parameter in versions 3.1.4 and later.
public String toString()
toString in class ObjectObject.toString()public DescribeAccountAttributesResult clone()
Copyright © 2020. All rights reserved.