@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ParameterSpace extends Object implements Serializable, Cloneable, StructuredPojo
The details of a search for two or more step parameters.
| Constructor and Description |
|---|
ParameterSpace() |
| Modifier and Type | Method and Description |
|---|---|
ParameterSpace |
clone() |
boolean |
equals(Object obj) |
String |
getCombination()
The combination expression to use in the search.
|
List<StepParameter> |
getParameters()
The parameters to search for.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setCombination(String combination)
The combination expression to use in the search.
|
void |
setParameters(Collection<StepParameter> parameters)
The parameters to search for.
|
String |
toString()
Returns a string representation of this object.
|
ParameterSpace |
withCombination(String combination)
The combination expression to use in the search.
|
ParameterSpace |
withParameters(Collection<StepParameter> parameters)
The parameters to search for.
|
ParameterSpace |
withParameters(StepParameter... parameters)
The parameters to search for.
|
public void setCombination(String combination)
The combination expression to use in the search.
combination - The combination expression to use in the search.public String getCombination()
The combination expression to use in the search.
public ParameterSpace withCombination(String combination)
The combination expression to use in the search.
combination - The combination expression to use in the search.public List<StepParameter> getParameters()
The parameters to search for.
public void setParameters(Collection<StepParameter> parameters)
The parameters to search for.
parameters - The parameters to search for.public ParameterSpace withParameters(StepParameter... parameters)
The parameters to search for.
NOTE: This method appends the values to the existing list (if any). Use
setParameters(java.util.Collection) or withParameters(java.util.Collection) if you want to
override the existing values.
parameters - The parameters to search for.public ParameterSpace withParameters(Collection<StepParameter> parameters)
The parameters to search for.
parameters - The parameters to search for.public String toString()
toString in class ObjectObject.toString()public ParameterSpace clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.