@Generated(value="software.amazon.awssdk:codegen") public final class InstanceCountLimits extends Object implements StructuredPojo, ToCopyableBuilder<InstanceCountLimits.Builder,InstanceCountLimits>
InstanceCountLimits represents the limits on number of instances that be created in Amazon Elasticsearch for given InstanceType.
Modifier and Type | Class and Description |
---|---|
static interface |
InstanceCountLimits.Builder |
Modifier and Type | Method and Description |
---|---|
static InstanceCountLimits.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 |
maximumInstanceCount()
Returns the value of the MaximumInstanceCount property for this object.
|
Integer |
minimumInstanceCount()
Returns the value of the MinimumInstanceCount property for this object.
|
static Class<? extends InstanceCountLimits.Builder> |
serializableBuilderClass() |
InstanceCountLimits.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 minimumInstanceCount()
public Integer maximumInstanceCount()
public InstanceCountLimits.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<InstanceCountLimits.Builder,InstanceCountLimits>
public static InstanceCountLimits.Builder builder()
public static Class<? extends InstanceCountLimits.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.