@Generated(value="software.amazon.awssdk:codegen") public final class Selector extends Object implements StructuredPojo, 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() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
Operator |
operator()
Returns the value of the Operator property for this object.
|
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()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.