@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Conditions extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
Conditions() |
public List<ConditionParameter> getStringEquals()
public void setStringEquals(Collection<ConditionParameter> stringEquals)
stringEquals
- public Conditions withStringEquals(ConditionParameter... stringEquals)
NOTE: This method appends the values to the existing list (if any). Use
setStringEquals(java.util.Collection)
or withStringEquals(java.util.Collection)
if you want to
override the existing values.
stringEquals
- public Conditions withStringEquals(Collection<ConditionParameter> stringEquals)
stringEquals
- public List<ConditionParameter> getStringNotEquals()
public void setStringNotEquals(Collection<ConditionParameter> stringNotEquals)
stringNotEquals
- public Conditions withStringNotEquals(ConditionParameter... stringNotEquals)
NOTE: This method appends the values to the existing list (if any). Use
setStringNotEquals(java.util.Collection)
or withStringNotEquals(java.util.Collection)
if you
want to override the existing values.
stringNotEquals
- public Conditions withStringNotEquals(Collection<ConditionParameter> stringNotEquals)
stringNotEquals
- public List<ConditionParameter> getStringLike()
public void setStringLike(Collection<ConditionParameter> stringLike)
stringLike
- public Conditions withStringLike(ConditionParameter... stringLike)
NOTE: This method appends the values to the existing list (if any). Use
setStringLike(java.util.Collection)
or withStringLike(java.util.Collection)
if you want to
override the existing values.
stringLike
- public Conditions withStringLike(Collection<ConditionParameter> stringLike)
stringLike
- public List<ConditionParameter> getStringNotLike()
public void setStringNotLike(Collection<ConditionParameter> stringNotLike)
stringNotLike
- public Conditions withStringNotLike(ConditionParameter... stringNotLike)
NOTE: This method appends the values to the existing list (if any). Use
setStringNotLike(java.util.Collection)
or withStringNotLike(java.util.Collection)
if you want
to override the existing values.
stringNotLike
- public Conditions withStringNotLike(Collection<ConditionParameter> stringNotLike)
stringNotLike
- public String toString()
toString
in class Object
Object.toString()
public Conditions clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.