@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ResourceQuotas extends Object implements Serializable, Cloneable
A set of per-resource AWS Elastic Beanstalk quotas associated with an AWS account. They reflect Elastic Beanstalk resource limits for this account.
Constructor and Description |
---|
ResourceQuotas() |
Modifier and Type | Method and Description |
---|---|
ResourceQuotas |
clone() |
boolean |
equals(Object obj) |
ResourceQuota |
getApplicationQuota()
The quota for applications in the AWS account.
|
ResourceQuota |
getApplicationVersionQuota()
The quota for application versions in the AWS account.
|
ResourceQuota |
getConfigurationTemplateQuota()
The quota for configuration templates in the AWS account.
|
ResourceQuota |
getCustomPlatformQuota()
The quota for custom platforms in the AWS account.
|
ResourceQuota |
getEnvironmentQuota()
The quota for environments in the AWS account.
|
int |
hashCode() |
void |
setApplicationQuota(ResourceQuota applicationQuota)
The quota for applications in the AWS account.
|
void |
setApplicationVersionQuota(ResourceQuota applicationVersionQuota)
The quota for application versions in the AWS account.
|
void |
setConfigurationTemplateQuota(ResourceQuota configurationTemplateQuota)
The quota for configuration templates in the AWS account.
|
void |
setCustomPlatformQuota(ResourceQuota customPlatformQuota)
The quota for custom platforms in the AWS account.
|
void |
setEnvironmentQuota(ResourceQuota environmentQuota)
The quota for environments in the AWS account.
|
String |
toString()
Returns a string representation of this object.
|
ResourceQuotas |
withApplicationQuota(ResourceQuota applicationQuota)
The quota for applications in the AWS account.
|
ResourceQuotas |
withApplicationVersionQuota(ResourceQuota applicationVersionQuota)
The quota for application versions in the AWS account.
|
ResourceQuotas |
withConfigurationTemplateQuota(ResourceQuota configurationTemplateQuota)
The quota for configuration templates in the AWS account.
|
ResourceQuotas |
withCustomPlatformQuota(ResourceQuota customPlatformQuota)
The quota for custom platforms in the AWS account.
|
ResourceQuotas |
withEnvironmentQuota(ResourceQuota environmentQuota)
The quota for environments in the AWS account.
|
public void setApplicationQuota(ResourceQuota applicationQuota)
The quota for applications in the AWS account.
applicationQuota
- The quota for applications in the AWS account.public ResourceQuota getApplicationQuota()
The quota for applications in the AWS account.
public ResourceQuotas withApplicationQuota(ResourceQuota applicationQuota)
The quota for applications in the AWS account.
applicationQuota
- The quota for applications in the AWS account.public void setApplicationVersionQuota(ResourceQuota applicationVersionQuota)
The quota for application versions in the AWS account.
applicationVersionQuota
- The quota for application versions in the AWS account.public ResourceQuota getApplicationVersionQuota()
The quota for application versions in the AWS account.
public ResourceQuotas withApplicationVersionQuota(ResourceQuota applicationVersionQuota)
The quota for application versions in the AWS account.
applicationVersionQuota
- The quota for application versions in the AWS account.public void setEnvironmentQuota(ResourceQuota environmentQuota)
The quota for environments in the AWS account.
environmentQuota
- The quota for environments in the AWS account.public ResourceQuota getEnvironmentQuota()
The quota for environments in the AWS account.
public ResourceQuotas withEnvironmentQuota(ResourceQuota environmentQuota)
The quota for environments in the AWS account.
environmentQuota
- The quota for environments in the AWS account.public void setConfigurationTemplateQuota(ResourceQuota configurationTemplateQuota)
The quota for configuration templates in the AWS account.
configurationTemplateQuota
- The quota for configuration templates in the AWS account.public ResourceQuota getConfigurationTemplateQuota()
The quota for configuration templates in the AWS account.
public ResourceQuotas withConfigurationTemplateQuota(ResourceQuota configurationTemplateQuota)
The quota for configuration templates in the AWS account.
configurationTemplateQuota
- The quota for configuration templates in the AWS account.public void setCustomPlatformQuota(ResourceQuota customPlatformQuota)
The quota for custom platforms in the AWS account.
customPlatformQuota
- The quota for custom platforms in the AWS account.public ResourceQuota getCustomPlatformQuota()
The quota for custom platforms in the AWS account.
public ResourceQuotas withCustomPlatformQuota(ResourceQuota customPlatformQuota)
The quota for custom platforms in the AWS account.
customPlatformQuota
- The quota for custom platforms in the AWS account.public String toString()
toString
in class Object
Object.toString()
public ResourceQuotas clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.