@Generated(value="software.amazon.awssdk:codegen") public final class AccountQuota extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AccountQuota.Builder,AccountQuota>
Describes a quota for an Amazon Web Services account, for example the number of replication instances allowed.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AccountQuota.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
accountQuotaName()
The name of the DMS quota for this Amazon Web Services account.
|
static AccountQuota.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Long |
max()
The maximum allowed value for the quota.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AccountQuota.Builder> |
serializableBuilderClass() |
AccountQuota.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Long |
used()
The amount currently used toward the quota maximum.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String accountQuotaName()
The name of the DMS quota for this Amazon Web Services account.
public final Long used()
The amount currently used toward the quota maximum.
public final Long max()
The maximum allowed value for the quota.
public AccountQuota.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AccountQuota.Builder,AccountQuota>public static AccountQuota.Builder builder()
public static Class<? extends AccountQuota.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.