public class DescribeAccountAttributesResult extends Object implements Serializable
Constructor and Description |
---|
DescribeAccountAttributesResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
List<AccountAttribute> |
getAccountAttributes()
Returns the value of the AccountAttributes property for this object.
|
int |
hashCode() |
void |
setAccountAttributes(Collection<AccountAttribute> accountAttributes)
Sets the value of the AccountAttributes property for this object.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeAccountAttributesResult |
withAccountAttributes(AccountAttribute... accountAttributes)
Sets the value of the AccountAttributes property for this object.
|
DescribeAccountAttributesResult |
withAccountAttributes(Collection<AccountAttribute> accountAttributes)
Sets the value of the AccountAttributes property for this object.
|
public List<AccountAttribute> getAccountAttributes()
public void setAccountAttributes(Collection<AccountAttribute> accountAttributes)
accountAttributes
- The new value for the AccountAttributes property for this object.public DescribeAccountAttributesResult withAccountAttributes(AccountAttribute... accountAttributes)
Returns a reference to this object so that method calls can be chained together.
accountAttributes
- The new value for the AccountAttributes property for this object.public DescribeAccountAttributesResult withAccountAttributes(Collection<AccountAttribute> accountAttributes)
Returns a reference to this object so that method calls can be chained together.
accountAttributes
- The new value for the AccountAttributes property for this object.public String toString()
toString
in class Object
Object.toString()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.