StructuredPojo
, ToCopyableBuilder<Selector.Builder,Selector>
@Generated("software.amazon.awssdk:codegen") public 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 | Description |
---|---|---|
static interface |
Selector.Builder |
Modifier and Type | Method | Description |
---|---|---|
static Selector.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
String |
fieldName() |
The name of the field that the operator will be applied to.
|
int |
hashCode() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
Operator |
operator() |
|
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() |
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.