ToCopyableBuilder<AccountQuota.Builder,AccountQuota>
@Generated("software.amazon.awssdk:codegen") public class AccountQuota extends Object implements ToCopyableBuilder<AccountQuota.Builder,AccountQuota>
Describes a quota for an AWS account, for example, the number of DB instances allowed.
Modifier and Type | Class | Description |
---|---|---|
static interface |
AccountQuota.Builder |
Modifier and Type | Method | Description |
---|---|---|
String |
accountQuotaName() |
The name of the Amazon RDS quota for this AWS account.
|
static AccountQuota.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
Long |
max() |
The maximum allowed value for the quota.
|
static Class<? extends AccountQuota.Builder> |
serializableBuilderClass() |
|
AccountQuota.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
Long |
used() |
The amount currently used toward the quota maximum.
|
public String accountQuotaName()
The name of the Amazon RDS quota for this AWS account.
public Long used()
The amount currently used toward the quota maximum.
public Long max()
The maximum allowed value for the quota.
public AccountQuota.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<AccountQuota.Builder,AccountQuota>
public static AccountQuota.Builder builder()
public static Class<? extends AccountQuota.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.