@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) |
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 ObjectObject.toString()public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.