@Generated(value="software.amazon.awssdk:codegen") public class AccountLimit extends Object implements ToCopyableBuilder<AccountLimit.Builder,AccountLimit>
The AccountLimit data type.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AccountLimit.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AccountLimit.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
The name of the account limit.
|
static Class<? extends AccountLimit.Builder> |
serializableBuilderClass() |
AccountLimit.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
Integer |
value()
The value that is associated with the account limit name.
|
copypublic String name()
The name of the account limit. Currently, the only account limit is StackLimit.
StackLimit.public Integer value()
The value that is associated with the account limit name.
public AccountLimit.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<AccountLimit.Builder,AccountLimit>public static AccountLimit.Builder builder()
public static Class<? extends AccountLimit.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.