@Generated(value="software.amazon.awssdk:codegen") public final class AdvancedFieldSelector extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AdvancedFieldSelector.Builder,AdvancedFieldSelector>
| Modifier and Type | Class and Description |
|---|---|
static interface |
AdvancedFieldSelector.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AdvancedFieldSelector.Builder |
builder() |
List<String> |
endsWith()
Returns the value of the EndsWith property for this object.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
List<String> |
equalsValue()
Returns the value of the Equals property for this object.
|
String |
field()
Returns the value of the Field property for this object.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasEndsWith()
Returns true if the EndsWith property was specified by the sender (it may be empty), or false if the sender did
not specify the value (it will be empty).
|
boolean |
hasEqualsValue()
Returns true if the Equals property was specified by the sender (it may be empty), or false if the sender did not
specify the value (it will be empty).
|
int |
hashCode() |
boolean |
hasNotEndsWith()
Returns true if the NotEndsWith property was specified by the sender (it may be empty), or false if the sender
did not specify the value (it will be empty).
|
boolean |
hasNotEquals()
Returns true if the NotEquals property was specified by the sender (it may be empty), or false if the sender did
not specify the value (it will be empty).
|
boolean |
hasNotStartsWith()
Returns true if the NotStartsWith property was specified by the sender (it may be empty), or false if the sender
did not specify the value (it will be empty).
|
boolean |
hasStartsWith()
Returns true if the StartsWith property was specified by the sender (it may be empty), or false if the sender did
not specify the value (it will be empty).
|
List<String> |
notEndsWith()
Returns the value of the NotEndsWith property for this object.
|
List<String> |
notEquals()
Returns the value of the NotEquals property for this object.
|
List<String> |
notStartsWith()
Returns the value of the NotStartsWith property for this object.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AdvancedFieldSelector.Builder> |
serializableBuilderClass() |
List<String> |
startsWith()
Returns the value of the StartsWith property for this object.
|
AdvancedFieldSelector.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String field()
public boolean hasEqualsValue()
public List<String> equalsValue()
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasEqualsValue() to see if a value was sent in this field.
public boolean hasStartsWith()
public List<String> startsWith()
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasStartsWith() to see if a value was sent in this field.
public boolean hasEndsWith()
public List<String> endsWith()
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasEndsWith() to see if a value was sent in this field.
public boolean hasNotEquals()
public List<String> notEquals()
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasNotEquals() to see if a value was sent in this field.
public boolean hasNotStartsWith()
public List<String> notStartsWith()
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasNotStartsWith() to see if a value was sent in this field.
public boolean hasNotEndsWith()
public List<String> notEndsWith()
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasNotEndsWith() to see if a value was sent in this field.
public AdvancedFieldSelector.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AdvancedFieldSelector.Builder,AdvancedFieldSelector>public static AdvancedFieldSelector.Builder builder()
public static Class<? extends AdvancedFieldSelector.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.