@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) |
boolean |
equalsBySdkFields(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() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final ResourceQuota applicationQuota()
The quota for applications in the AWS account.
public final ResourceQuota applicationVersionQuota()
The quota for application versions in the AWS account.
public final ResourceQuota environmentQuota()
The quota for environments in the AWS account.
public final ResourceQuota configurationTemplateQuota()
The quota for configuration templates in the AWS account.
public final ResourceQuota customPlatformQuota()
The quota for custom platforms in the AWS account.
public ResourceQuotas.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ResourceQuotas.Builder,ResourceQuotas>public static ResourceQuotas.Builder builder()
public static Class<? extends ResourceQuotas.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.