@Generated(value="software.amazon.awssdk:codegen") public final class Selector extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Selector.Builder,Selector>
A comparision that is used to determine whether a query should return this object.
Modifier and Type | Class and Description |
---|---|
static interface |
Selector.Builder |
Modifier and Type | Method and Description |
---|---|
static Selector.Builder |
builder() |
boolean |
equals(Object obj) |
String |
fieldName()
The name of the field that the operator will be applied to.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Operator |
operator()
Returns the value of the Operator property for this object.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Selector.Builder> |
serializableBuilderClass() |
Selector.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public String fieldName()
The name of the field that the operator will be applied to. The field name is the "key" portion of the field definition in the pipeline definition syntax that is used by the AWS Data Pipeline API. If the field is not set on the object, the condition fails.
public Operator operator()
public Selector.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<Selector.Builder,Selector>
public static Selector.Builder builder()
public static Class<? extends Selector.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.