@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AdditionalLimit extends Object implements Serializable, Cloneable, StructuredPojo
List of limits that are specific to a given InstanceType and for each of its InstanceRole
.
Constructor and Description |
---|
AdditionalLimit() |
Modifier and Type | Method and Description |
---|---|
AdditionalLimit |
clone() |
boolean |
equals(Object obj) |
String |
getLimitName()
Additional limit is specific to a given InstanceType and for each of its
InstanceRole etc. |
List<String> |
getLimitValues()
Value for a given
AdditionalLimit$LimitName . |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setLimitName(String limitName)
Additional limit is specific to a given InstanceType and for each of its
InstanceRole etc. |
void |
setLimitValues(Collection<String> limitValues)
Value for a given
AdditionalLimit$LimitName . |
String |
toString()
Returns a string representation of this object.
|
AdditionalLimit |
withLimitName(String limitName)
Additional limit is specific to a given InstanceType and for each of its
InstanceRole etc. |
AdditionalLimit |
withLimitValues(Collection<String> limitValues)
Value for a given
AdditionalLimit$LimitName . |
AdditionalLimit |
withLimitValues(String... limitValues)
Value for a given
AdditionalLimit$LimitName . |
public void setLimitName(String limitName)
Additional limit is specific to a given InstanceType and for each of its InstanceRole
etc.
Attributes and their details:
ESPartitionInstanceType
can support as master node.
ESPartitionInstanceType
up to which you don't need any master
nodes to govern them.
limitName
- Additional limit is specific to a given InstanceType and for each of its
InstanceRole
etc. ESPartitionInstanceType
can support as master
node.
ESPartitionInstanceType
up to which you don't need any
master nodes to govern them.
public String getLimitName()
Additional limit is specific to a given InstanceType and for each of its InstanceRole
etc.
Attributes and their details:
ESPartitionInstanceType
can support as master node.
ESPartitionInstanceType
up to which you don't need any master
nodes to govern them.
InstanceRole
etc. ESPartitionInstanceType
can support as master
node.
ESPartitionInstanceType
up to which you don't need any
master nodes to govern them.
public AdditionalLimit withLimitName(String limitName)
Additional limit is specific to a given InstanceType and for each of its InstanceRole
etc.
Attributes and their details:
ESPartitionInstanceType
can support as master node.
ESPartitionInstanceType
up to which you don't need any master
nodes to govern them.
limitName
- Additional limit is specific to a given InstanceType and for each of its
InstanceRole
etc. ESPartitionInstanceType
can support as master
node.
ESPartitionInstanceType
up to which you don't need any
master nodes to govern them.
public List<String> getLimitValues()
Value for a given AdditionalLimit$LimitName
.
AdditionalLimit$LimitName
.public void setLimitValues(Collection<String> limitValues)
Value for a given AdditionalLimit$LimitName
.
limitValues
- Value for a given AdditionalLimit$LimitName
.public AdditionalLimit withLimitValues(String... limitValues)
Value for a given AdditionalLimit$LimitName
.
NOTE: This method appends the values to the existing list (if any). Use
setLimitValues(java.util.Collection)
or withLimitValues(java.util.Collection)
if you want to
override the existing values.
limitValues
- Value for a given AdditionalLimit$LimitName
.public AdditionalLimit withLimitValues(Collection<String> limitValues)
Value for a given AdditionalLimit$LimitName
.
limitValues
- Value for a given AdditionalLimit$LimitName
.public String toString()
toString
in class Object
Object.toString()
public AdditionalLimit clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2022. All rights reserved.