@Generated(value="software.amazon.awssdk:codegen") public final class ResourceQuotas extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ResourceQuotas.Builder,ResourceQuotas>
A set of per-resource AWS Elastic Beanstalk quotas associated with an AWS account. They reflect Elastic Beanstalk resource limits for this account.
Modifier and Type | Class and Description |
---|---|
static interface |
ResourceQuotas.Builder |
Modifier and Type | Method and Description |
---|---|
ResourceQuota |
applicationQuota()
The quota for applications in the AWS account.
|
ResourceQuota |
applicationVersionQuota()
The quota for application versions in the AWS account.
|
static ResourceQuotas.Builder |
builder() |
ResourceQuota |
configurationTemplateQuota()
The quota for configuration templates in the AWS account.
|
ResourceQuota |
customPlatformQuota()
The quota for custom platforms in the AWS account.
|
ResourceQuota |
environmentQuota()
The quota for environments in the AWS account.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ResourceQuotas.Builder> |
serializableBuilderClass() |
ResourceQuotas.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public ResourceQuota applicationQuota()
The quota for applications in the AWS account.
public ResourceQuota applicationVersionQuota()
The quota for application versions in the AWS account.
public ResourceQuota environmentQuota()
The quota for environments in the AWS account.
public ResourceQuota configurationTemplateQuota()
The quota for configuration templates in the AWS account.
public ResourceQuota customPlatformQuota()
The quota for custom platforms in the AWS account.
public ResourceQuotas.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ResourceQuotas.Builder,ResourceQuotas>
public static ResourceQuotas.Builder builder()
public static Class<? extends ResourceQuotas.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.