@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Condition extends Object implements Serializable, Cloneable, StructuredPojo
Provides an expression that evaluates to true or false.
Constructor and Description |
---|
Condition() |
Modifier and Type | Method and Description |
---|---|
Condition |
clone() |
boolean |
equals(Object obj) |
String |
getExpressionString()
The expression string that is evaluated.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setExpressionString(String expressionString)
The expression string that is evaluated.
|
String |
toString()
Returns a string representation of this object.
|
Condition |
withExpressionString(String expressionString)
The expression string that is evaluated.
|
public void setExpressionString(String expressionString)
The expression string that is evaluated.
expressionString
- The expression string that is evaluated.public String getExpressionString()
The expression string that is evaluated.
public Condition withExpressionString(String expressionString)
The expression string that is evaluated.
expressionString
- The expression string that is evaluated.public String toString()
toString
in class Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.