@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ParameterFilterExpression extends Object implements Serializable, Cloneable, StructuredPojo
The details of a filtered search for parameters.
Constructor and Description |
---|
ParameterFilterExpression() |
Modifier and Type | Method and Description |
---|---|
ParameterFilterExpression |
clone() |
boolean |
equals(Object obj) |
String |
getName()
The name of the parameter to filter on.
|
String |
getOperator()
The type of comparison to use to filter results.
|
String |
getValue()
The parameter's value.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setName(String name)
The name of the parameter to filter on.
|
void |
setOperator(String operator)
The type of comparison to use to filter results.
|
void |
setValue(String value)
The parameter's value.
|
String |
toString()
Returns a string representation of this object.
|
ParameterFilterExpression |
withName(String name)
The name of the parameter to filter on.
|
ParameterFilterExpression |
withOperator(ComparisonOperator operator)
The type of comparison to use to filter results.
|
ParameterFilterExpression |
withOperator(String operator)
The type of comparison to use to filter results.
|
ParameterFilterExpression |
withValue(String value)
The parameter's value.
|
public void setName(String name)
The name of the parameter to filter on.
name
- The name of the parameter to filter on.public String getName()
The name of the parameter to filter on.
public ParameterFilterExpression withName(String name)
The name of the parameter to filter on.
name
- The name of the parameter to filter on.public void setOperator(String operator)
The type of comparison to use to filter results.
operator
- The type of comparison to use to filter results.ComparisonOperator
public String getOperator()
The type of comparison to use to filter results.
ComparisonOperator
public ParameterFilterExpression withOperator(String operator)
The type of comparison to use to filter results.
operator
- The type of comparison to use to filter results.ComparisonOperator
public ParameterFilterExpression withOperator(ComparisonOperator operator)
The type of comparison to use to filter results.
operator
- The type of comparison to use to filter results.ComparisonOperator
public void setValue(String value)
The parameter's value.
value
- The parameter's value.public String getValue()
The parameter's value.
public ParameterFilterExpression withValue(String value)
The parameter's value.
value
- The parameter's value.public String toString()
toString
in class Object
Object.toString()
public ParameterFilterExpression clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.