@Generated(value="software.amazon.awssdk:codegen") public final class BatchDetachFromIndex extends Object implements StructuredPojo, ToCopyableBuilder<BatchDetachFromIndex.Builder,BatchDetachFromIndex>
Detaches the specified object from the specified index inside a BatchRead operation. For more information, see DetachFromIndex and BatchReadRequest$Operations.
Modifier and Type | Class and Description |
---|---|
static interface |
BatchDetachFromIndex.Builder |
Modifier and Type | Method and Description |
---|---|
static BatchDetachFromIndex.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
ObjectReference |
indexReference()
A reference to the index object.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
static Class<? extends BatchDetachFromIndex.Builder> |
serializableBuilderClass() |
ObjectReference |
targetReference()
A reference to the object being detached from the index.
|
BatchDetachFromIndex.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public ObjectReference indexReference()
A reference to the index object.
public ObjectReference targetReference()
A reference to the object being detached from the index.
public BatchDetachFromIndex.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<BatchDetachFromIndex.Builder,BatchDetachFromIndex>
public static BatchDetachFromIndex.Builder builder()
public static Class<? extends BatchDetachFromIndex.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.