@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) |
boolean |
equalsBySdkFields(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() |
String |
toString()
Returns a string representation of this object.
|
Integer |
used()
The current usage, such as the current number of servers that are associated with the account.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final 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 final Integer maximum()
The maximum allowed value.
public final Integer used()
The current usage, such as the current number of servers that are associated with the account.
public AccountAttribute.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AccountAttribute.Builder,AccountAttribute>public static AccountAttribute.Builder builder()
public static Class<? extends AccountAttribute.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.