@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) |
ResourceQuotas |
getResourceQuotas()
The Elastic Beanstalk resource quotas associated with the calling AWS account.
|
int |
hashCode() |
void |
setResourceQuotas(ResourceQuotas resourceQuotas)
The Elastic Beanstalk resource quotas associated with the calling AWS account.
|
String |
toString()
Returns a string representation of this object.
|
DescribeAccountAttributesResult |
withResourceQuotas(ResourceQuotas resourceQuotas)
The Elastic Beanstalk resource quotas associated with the calling AWS account.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setResourceQuotas(ResourceQuotas resourceQuotas)
The Elastic Beanstalk resource quotas associated with the calling AWS account.
resourceQuotas
- The Elastic Beanstalk resource quotas associated with the calling AWS account.public ResourceQuotas getResourceQuotas()
The Elastic Beanstalk resource quotas associated with the calling AWS account.
public DescribeAccountAttributesResult withResourceQuotas(ResourceQuotas resourceQuotas)
The Elastic Beanstalk resource quotas associated with the calling AWS account.
resourceQuotas
- The Elastic Beanstalk resource quotas associated with the calling AWS account.public String toString()
toString
in class Object
Object.toString()
public DescribeAccountAttributesResult clone()