@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EnvironmentParameterRanges extends Object implements Serializable, Cloneable, StructuredPojo
Specifies the range of environment parameters
| Constructor and Description | 
|---|
| EnvironmentParameterRanges() | 
| Modifier and Type | Method and Description | 
|---|---|
| EnvironmentParameterRanges | clone() | 
| boolean | equals(Object obj) | 
| List<CategoricalParameter> | getCategoricalParameterRanges()
 Specified a list of parameters for each category. | 
| int | hashCode() | 
| void | marshall(ProtocolMarshaller protocolMarshaller)Marshalls this structured data using the given  ProtocolMarshaller. | 
| void | setCategoricalParameterRanges(Collection<CategoricalParameter> categoricalParameterRanges)
 Specified a list of parameters for each category. | 
| String | toString()Returns a string representation of this object. | 
| EnvironmentParameterRanges | withCategoricalParameterRanges(CategoricalParameter... categoricalParameterRanges)
 Specified a list of parameters for each category. | 
| EnvironmentParameterRanges | withCategoricalParameterRanges(Collection<CategoricalParameter> categoricalParameterRanges)
 Specified a list of parameters for each category. | 
public List<CategoricalParameter> getCategoricalParameterRanges()
Specified a list of parameters for each category.
public void setCategoricalParameterRanges(Collection<CategoricalParameter> categoricalParameterRanges)
Specified a list of parameters for each category.
categoricalParameterRanges - Specified a list of parameters for each category.public EnvironmentParameterRanges withCategoricalParameterRanges(CategoricalParameter... categoricalParameterRanges)
Specified a list of parameters for each category.
 NOTE: This method appends the values to the existing list (if any). Use
 setCategoricalParameterRanges(java.util.Collection) or
 withCategoricalParameterRanges(java.util.Collection) if you want to override the existing values.
 
categoricalParameterRanges - Specified a list of parameters for each category.public EnvironmentParameterRanges withCategoricalParameterRanges(Collection<CategoricalParameter> categoricalParameterRanges)
Specified a list of parameters for each category.
categoricalParameterRanges - Specified a list of parameters for each category.public String toString()
toString in class ObjectObject.toString()public EnvironmentParameterRanges clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.