@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ConditionParameter extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
ConditionParameter() |
Modifier and Type | Method and Description |
---|---|
ConditionParameter |
clone() |
boolean |
equals(Object obj) |
String |
getConditionKey() |
String |
getConditionValue() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setConditionKey(String conditionKey) |
void |
setConditionValue(String conditionValue) |
String |
toString()
Returns a string representation of this object.
|
ConditionParameter |
withConditionKey(String conditionKey) |
ConditionParameter |
withConditionValue(String conditionValue) |
public void setConditionKey(String conditionKey)
conditionKey
- public String getConditionKey()
public ConditionParameter withConditionKey(String conditionKey)
conditionKey
- public void setConditionValue(String conditionValue)
conditionValue
- public String getConditionValue()
public ConditionParameter withConditionValue(String conditionValue)
conditionValue
- public String toString()
toString
in class Object
Object.toString()
public ConditionParameter clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.