com.amazonaws.services.databasemigrationservice.model.DescribeAccountAttributesResult Maven / Gradle / Ivy
Show all versions of aws-java-sdk-dms Show documentation
/*
* Copyright 2017-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with
* the License. A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file accompanying this file. This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
* CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions
* and limitations under the License.
*/
package com.amazonaws.services.databasemigrationservice.model;
import java.io.Serializable;
import javax.annotation.Generated;
/**
*
*
* @see AWS API
* Documentation
*/
@Generated("com.amazonaws:aws-java-sdk-code-generator")
public class DescribeAccountAttributesResult extends com.amazonaws.AmazonWebServiceResult implements Serializable, Cloneable {
/**
*
* Account quota information.
*
*/
private java.util.List accountQuotas;
/**
*
* A unique DMS identifier for an account in a particular Amazon Web Services 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 Amazon
* Web Services 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
.
*
*
*
* DMS supports the UniqueAccountIdentifier
parameter in versions 3.1.4 and later.
*
*
*/
private String uniqueAccountIdentifier;
/**
*
* Account quota information.
*
*
* @return Account quota information.
*/
public java.util.List getAccountQuotas() {
return accountQuotas;
}
/**
*
* Account quota information.
*
*
* @param accountQuotas
* Account quota information.
*/
public void setAccountQuotas(java.util.Collection accountQuotas) {
if (accountQuotas == null) {
this.accountQuotas = null;
return;
}
this.accountQuotas = new java.util.ArrayList(accountQuotas);
}
/**
*
* Account quota information.
*
*
* NOTE: This method appends the values to the existing list (if any). Use
* {@link #setAccountQuotas(java.util.Collection)} or {@link #withAccountQuotas(java.util.Collection)} if you want
* to override the existing values.
*
*
* @param accountQuotas
* Account quota information.
* @return Returns a reference to this object so that method calls can be chained together.
*/
public DescribeAccountAttributesResult withAccountQuotas(AccountQuota... accountQuotas) {
if (this.accountQuotas == null) {
setAccountQuotas(new java.util.ArrayList(accountQuotas.length));
}
for (AccountQuota ele : accountQuotas) {
this.accountQuotas.add(ele);
}
return this;
}
/**
*
* Account quota information.
*
*
* @param accountQuotas
* Account quota information.
* @return Returns a reference to this object so that method calls can be chained together.
*/
public DescribeAccountAttributesResult withAccountQuotas(java.util.Collection accountQuotas) {
setAccountQuotas(accountQuotas);
return this;
}
/**
*
* A unique DMS identifier for an account in a particular Amazon Web Services 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 Amazon
* Web Services 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
.
*
*
*
* DMS supports the UniqueAccountIdentifier
parameter in versions 3.1.4 and later.
*
*
*
* @param uniqueAccountIdentifier
* A unique DMS identifier for an account in a particular Amazon Web Services 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 Amazon Web Services 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
.
*
* DMS supports the UniqueAccountIdentifier
parameter in versions 3.1.4 and later.
*
*/
public void setUniqueAccountIdentifier(String uniqueAccountIdentifier) {
this.uniqueAccountIdentifier = uniqueAccountIdentifier;
}
/**
*
* A unique DMS identifier for an account in a particular Amazon Web Services 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 Amazon
* Web Services 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
.
*
*
*
* DMS supports the UniqueAccountIdentifier
parameter in versions 3.1.4 and later.
*
*
*
* @return A unique DMS identifier for an account in a particular Amazon Web Services 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 Amazon Web Services 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
.
*
* DMS supports the UniqueAccountIdentifier
parameter in versions 3.1.4 and later.
*
*/
public String getUniqueAccountIdentifier() {
return this.uniqueAccountIdentifier;
}
/**
*
* A unique DMS identifier for an account in a particular Amazon Web Services 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 Amazon
* Web Services 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
.
*
*
*
* DMS supports the UniqueAccountIdentifier
parameter in versions 3.1.4 and later.
*
*
*
* @param uniqueAccountIdentifier
* A unique DMS identifier for an account in a particular Amazon Web Services 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 Amazon Web Services 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
.
*
* DMS supports the UniqueAccountIdentifier
parameter in versions 3.1.4 and later.
*
* @return Returns a reference to this object so that method calls can be chained together.
*/
public DescribeAccountAttributesResult withUniqueAccountIdentifier(String uniqueAccountIdentifier) {
setUniqueAccountIdentifier(uniqueAccountIdentifier);
return this;
}
/**
* 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.
*
* @return A string representation of this object.
*
* @see java.lang.Object#toString()
*/
@Override
public String toString() {
StringBuilder sb = new StringBuilder();
sb.append("{");
if (getAccountQuotas() != null)
sb.append("AccountQuotas: ").append(getAccountQuotas()).append(",");
if (getUniqueAccountIdentifier() != null)
sb.append("UniqueAccountIdentifier: ").append(getUniqueAccountIdentifier());
sb.append("}");
return sb.toString();
}
@Override
public boolean equals(Object obj) {
if (this == obj)
return true;
if (obj == null)
return false;
if (obj instanceof DescribeAccountAttributesResult == false)
return false;
DescribeAccountAttributesResult other = (DescribeAccountAttributesResult) obj;
if (other.getAccountQuotas() == null ^ this.getAccountQuotas() == null)
return false;
if (other.getAccountQuotas() != null && other.getAccountQuotas().equals(this.getAccountQuotas()) == false)
return false;
if (other.getUniqueAccountIdentifier() == null ^ this.getUniqueAccountIdentifier() == null)
return false;
if (other.getUniqueAccountIdentifier() != null && other.getUniqueAccountIdentifier().equals(this.getUniqueAccountIdentifier()) == false)
return false;
return true;
}
@Override
public int hashCode() {
final int prime = 31;
int hashCode = 1;
hashCode = prime * hashCode + ((getAccountQuotas() == null) ? 0 : getAccountQuotas().hashCode());
hashCode = prime * hashCode + ((getUniqueAccountIdentifier() == null) ? 0 : getUniqueAccountIdentifier().hashCode());
return hashCode;
}
@Override
public DescribeAccountAttributesResult clone() {
try {
return (DescribeAccountAttributesResult) super.clone();
} catch (CloneNotSupportedException e) {
throw new IllegalStateException("Got a CloneNotSupportedException from Object.clone() " + "even though we're Cloneable!", e);
}
}
}