@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ResourceQuota extends Object implements Serializable, Cloneable
The AWS Elastic Beanstalk quota information for a single resource type in an AWS account. It reflects the resource's limits for this account.
Constructor and Description |
---|
ResourceQuota() |
Modifier and Type | Method and Description |
---|---|
ResourceQuota |
clone() |
boolean |
equals(Object obj) |
Integer |
getMaximum()
The maximum number of instances of this Elastic Beanstalk resource type that an AWS account can use.
|
int |
hashCode() |
void |
setMaximum(Integer maximum)
The maximum number of instances of this Elastic Beanstalk resource type that an AWS account can use.
|
String |
toString()
Returns a string representation of this object.
|
ResourceQuota |
withMaximum(Integer maximum)
The maximum number of instances of this Elastic Beanstalk resource type that an AWS account can use.
|
public void setMaximum(Integer maximum)
The maximum number of instances of this Elastic Beanstalk resource type that an AWS account can use.
maximum
- The maximum number of instances of this Elastic Beanstalk resource type that an AWS account can use.public Integer getMaximum()
The maximum number of instances of this Elastic Beanstalk resource type that an AWS account can use.
public ResourceQuota withMaximum(Integer maximum)
The maximum number of instances of this Elastic Beanstalk resource type that an AWS account can use.
maximum
- The maximum number of instances of this Elastic Beanstalk resource type that an AWS account can use.public String toString()
toString
in class Object
Object.toString()
public ResourceQuota clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.