@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<AccountAttribute> |
getAttributes()
The attributes that are currently set for the account.
|
int |
hashCode() |
void |
setAttributes(Collection<AccountAttribute> attributes)
The attributes that are currently set for the account.
|
String |
toString()
Returns a string representation of this object.
|
DescribeAccountAttributesResult |
withAttributes(AccountAttribute... attributes)
The attributes that are currently set for the account.
|
DescribeAccountAttributesResult |
withAttributes(Collection<AccountAttribute> attributes)
The attributes that are currently set for the account.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<AccountAttribute> getAttributes()
The attributes that are currently set for the account.
public void setAttributes(Collection<AccountAttribute> attributes)
The attributes that are currently set for the account.
attributes - The attributes that are currently set for the account.public DescribeAccountAttributesResult withAttributes(AccountAttribute... attributes)
The attributes that are currently set for the account.
NOTE: This method appends the values to the existing list (if any). Use
setAttributes(java.util.Collection) or withAttributes(java.util.Collection) if you want to
override the existing values.
attributes - The attributes that are currently set for the account.public DescribeAccountAttributesResult withAttributes(Collection<AccountAttribute> attributes)
The attributes that are currently set for the account.
attributes - The attributes that are currently set for the account.public String toString()
toString in class ObjectObject.toString()public DescribeAccountAttributesResult clone()