@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 it's InstanceRole .
| Constructor and Description |
|---|
AdditionalLimit() |
| Modifier and Type | Method and Description |
|---|---|
AdditionalLimit |
clone() |
boolean |
equals(Object obj) |
String |
getLimitName()
Name of Additional Limit is specific to a given InstanceType and for each of it's
InstanceRole etc. |
List<String> |
getLimitValues()
Value for given
AdditionalLimit$LimitName . |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setLimitName(String limitName)
Name of Additional Limit is specific to a given InstanceType and for each of it's
InstanceRole etc. |
void |
setLimitValues(Collection<String> limitValues)
Value for given
AdditionalLimit$LimitName . |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
AdditionalLimit |
withLimitName(String limitName)
Name of Additional Limit is specific to a given InstanceType and for each of it's
InstanceRole etc. |
AdditionalLimit |
withLimitValues(Collection<String> limitValues)
Value for given
AdditionalLimit$LimitName . |
AdditionalLimit |
withLimitValues(String... limitValues)
Value for given
AdditionalLimit$LimitName . |
public void setLimitName(String limitName)
Name of Additional Limit is specific to a given InstanceType and for each of it's
InstanceRole etc.
Attributes and their details:
ESPartitionInstanceType can support as master node.
ESPartitionInstanceType upto which you don't need any master
nodes to govern them.
limitName - Name of Additional Limit is specific to a given InstanceType and for each of it's
InstanceRole etc. ESPartitionInstanceType can support as master
node.
ESPartitionInstanceType upto which you don't
need any master nodes to govern them.
public String getLimitName()
Name of Additional Limit is specific to a given InstanceType and for each of it's
InstanceRole etc.
Attributes and their details:
ESPartitionInstanceType can support as master node.
ESPartitionInstanceType upto which you don't need any master
nodes to govern them.
InstanceRole etc. ESPartitionInstanceType can support as master
node.
ESPartitionInstanceType upto which you don't
need any master nodes to govern them.
public AdditionalLimit withLimitName(String limitName)
Name of Additional Limit is specific to a given InstanceType and for each of it's
InstanceRole etc.
Attributes and their details:
ESPartitionInstanceType can support as master node.
ESPartitionInstanceType upto which you don't need any master
nodes to govern them.
limitName - Name of Additional Limit is specific to a given InstanceType and for each of it's
InstanceRole etc. ESPartitionInstanceType can support as master
node.
ESPartitionInstanceType upto which you don't
need any master nodes to govern them.
public List<String> getLimitValues()
Value for given AdditionalLimit$LimitName .
AdditionalLimit$LimitName .public void setLimitValues(Collection<String> limitValues)
Value for given AdditionalLimit$LimitName .
limitValues - Value for given AdditionalLimit$LimitName .public AdditionalLimit withLimitValues(String... limitValues)
Value for 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 given AdditionalLimit$LimitName .public AdditionalLimit withLimitValues(Collection<String> limitValues)
Value for given AdditionalLimit$LimitName .
limitValues - Value for given AdditionalLimit$LimitName .public String toString()
toString in class ObjectObject.toString()public AdditionalLimit clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.