@Generated(value="software.amazon.awssdk:codegen") public final class AccountAttribute extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AccountAttribute.Builder,AccountAttribute>
Stores account attributes.
Modifier and Type | Class and Description |
---|---|
static interface |
AccountAttribute.Builder |
Modifier and Type | Method and Description |
---|---|
static AccountAttribute.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maximum()
The maximum allowed value.
|
String |
name()
The attribute name.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AccountAttribute.Builder> |
serializableBuilderClass() |
AccountAttribute.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
Integer |
used()
The current usage, such as the current number of servers that are associated with the account.
|
copy
public String name()
The attribute name. The following are supported attribute names.
ServerLimit: The number of current servers/maximum number of servers allowed. By default, you can have a maximum of 10 servers.
ManualBackupLimit: The number of current manual backups/maximum number of backups allowed. By default, you can have a maximum of 50 manual backups saved.
ServerLimit: The number of current servers/maximum number of servers allowed. By default, you can have a maximum of 10 servers.
ManualBackupLimit: The number of current manual backups/maximum number of backups allowed. By default, you can have a maximum of 50 manual backups saved.
public Integer maximum()
The maximum allowed value.
public Integer used()
The current usage, such as the current number of servers that are associated with the account.
public AccountAttribute.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<AccountAttribute.Builder,AccountAttribute>
public static AccountAttribute.Builder builder()
public static Class<? extends AccountAttribute.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.