@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AdvancedFieldSelector extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
AdvancedFieldSelector() |
public void setField(String field)
field - public String getField()
public AdvancedFieldSelector withField(String field)
field - public void setEquals(Collection<String> equals)
equals - public AdvancedFieldSelector withEquals(String... equals)
NOTE: This method appends the values to the existing list (if any). Use
setEquals(java.util.Collection) or withEquals(java.util.Collection) if you want to override the
existing values.
equals - public AdvancedFieldSelector withEquals(Collection<String> equals)
equals - public void setStartsWith(Collection<String> startsWith)
startsWith - public AdvancedFieldSelector withStartsWith(String... startsWith)
NOTE: This method appends the values to the existing list (if any). Use
setStartsWith(java.util.Collection) or withStartsWith(java.util.Collection) if you want to
override the existing values.
startsWith - public AdvancedFieldSelector withStartsWith(Collection<String> startsWith)
startsWith - public void setEndsWith(Collection<String> endsWith)
endsWith - public AdvancedFieldSelector withEndsWith(String... endsWith)
NOTE: This method appends the values to the existing list (if any). Use
setEndsWith(java.util.Collection) or withEndsWith(java.util.Collection) if you want to override
the existing values.
endsWith - public AdvancedFieldSelector withEndsWith(Collection<String> endsWith)
endsWith - public void setNotEquals(Collection<String> notEquals)
notEquals - public AdvancedFieldSelector withNotEquals(String... notEquals)
NOTE: This method appends the values to the existing list (if any). Use
setNotEquals(java.util.Collection) or withNotEquals(java.util.Collection) if you want to
override the existing values.
notEquals - public AdvancedFieldSelector withNotEquals(Collection<String> notEquals)
notEquals - public void setNotStartsWith(Collection<String> notStartsWith)
notStartsWith - public AdvancedFieldSelector withNotStartsWith(String... notStartsWith)
NOTE: This method appends the values to the existing list (if any). Use
setNotStartsWith(java.util.Collection) or withNotStartsWith(java.util.Collection) if you want
to override the existing values.
notStartsWith - public AdvancedFieldSelector withNotStartsWith(Collection<String> notStartsWith)
notStartsWith - public void setNotEndsWith(Collection<String> notEndsWith)
notEndsWith - public AdvancedFieldSelector withNotEndsWith(String... notEndsWith)
NOTE: This method appends the values to the existing list (if any). Use
setNotEndsWith(java.util.Collection) or withNotEndsWith(java.util.Collection) if you want to
override the existing values.
notEndsWith - public AdvancedFieldSelector withNotEndsWith(Collection<String> notEndsWith)
notEndsWith - public String toString()
toString in class ObjectObject.toString()public AdvancedFieldSelector clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2020. All rights reserved.