Package com.amazonaws.services.ec2.model
Class DescribeAccountAttributesResult
java.lang.Object
com.amazonaws.services.ec2.model.DescribeAccountAttributesResult
- All Implemented Interfaces:
Serializable
,Cloneable
Contains the output of DescribeAccountAttributes.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
Information about one or more account attributes.int
hashCode()
void
setAccountAttributes
(Collection<AccountAttribute> accountAttributes) Information about one or more account attributes.toString()
Returns a string representation of this object; useful for testing and debugging.withAccountAttributes
(AccountAttribute... accountAttributes) Information about one or more account attributes.withAccountAttributes
(Collection<AccountAttribute> accountAttributes) Information about one or more account attributes.
-
Constructor Details
-
DescribeAccountAttributesResult
public DescribeAccountAttributesResult()
-
-
Method Details
-
getAccountAttributes
Information about one or more account attributes.
- Returns:
- Information about one or more account attributes.
-
setAccountAttributes
Information about one or more account attributes.
- Parameters:
accountAttributes
- Information about one or more account attributes.
-
withAccountAttributes
Information about one or more account attributes.
NOTE: This method appends the values to the existing list (if any). Use
setAccountAttributes(java.util.Collection)
orwithAccountAttributes(java.util.Collection)
if you want to override the existing values.- Parameters:
accountAttributes
- Information about one or more account attributes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withAccountAttributes
public DescribeAccountAttributesResult withAccountAttributes(Collection<AccountAttribute> accountAttributes) Information about one or more account attributes.
- Parameters:
accountAttributes
- Information about one or more account attributes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-