@Generated(value="software.amazon.awssdk:codegen") public class AccountAttribute extends Object implements StructuredPojo, 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() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
Integer |
maximum()
The maximum allowed value.
|
String |
name()
The attribute name.
|
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.
|
copypublic 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()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<AccountAttribute.Builder,AccountAttribute>public static AccountAttribute.Builder builder()
public static Class<? extends AccountAttribute.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.