@Generated(value="software.amazon.awssdk:codegen") public final class ResourceQuota extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ResourceQuota.Builder,ResourceQuota>
The AWS Elastic Beanstalk quota information for a single resource type in an AWS account. It reflects the resource's limits for this account.
Modifier and Type | Class and Description |
---|---|
static interface |
ResourceQuota.Builder |
Modifier and Type | Method and Description |
---|---|
static ResourceQuota.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maximum()
The maximum number of instances of this Elastic Beanstalk resource type that an AWS account can use.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ResourceQuota.Builder> |
serializableBuilderClass() |
ResourceQuota.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public Integer maximum()
The maximum number of instances of this Elastic Beanstalk resource type that an AWS account can use.
public ResourceQuota.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ResourceQuota.Builder,ResourceQuota>
public static ResourceQuota.Builder builder()
public static Class<? extends ResourceQuota.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.