@Generated(value="software.amazon.awssdk:codegen") public final class Limits extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Limits.Builder,Limits>
Modifier and Type | Class and Description |
---|---|
static interface |
Limits.Builder |
Modifier and Type | Method and Description |
---|---|
static Limits.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maximumPartitionCount()
Returns the value of the MaximumPartitionCount property for this object.
|
Integer |
maximumReplicationCount()
Returns the value of the MaximumReplicationCount property for this object.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Limits.Builder> |
serializableBuilderClass() |
Limits.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public Integer maximumReplicationCount()
public Integer maximumPartitionCount()
public Limits.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<Limits.Builder,Limits>
public static Limits.Builder builder()
public static Class<? extends Limits.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.