@Generated(value="software.amazon.awssdk:codegen") public final class AccountLimit extends Object implements SdkPojo, Serializable, 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.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AccountLimit.Builder> |
serializableBuilderClass() |
AccountLimit.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Integer |
value()
The value that is associated with the account limit name.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public 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()
toBuilder
in interface ToCopyableBuilder<AccountLimit.Builder,AccountLimit>
public static AccountLimit.Builder builder()
public static Class<? extends AccountLimit.Builder> serializableBuilderClass()
public String toString()
Copyright © 2019. All rights reserved.