@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchDetachFromIndex extends Object implements Serializable, Cloneable, StructuredPojo
Detaches the specified object from the specified index inside a BatchRead operation. For more information, see DetachFromIndex and BatchReadRequest$Operations.
Constructor and Description |
---|
BatchDetachFromIndex() |
Modifier and Type | Method and Description |
---|---|
BatchDetachFromIndex |
clone() |
boolean |
equals(Object obj) |
ObjectReference |
getIndexReference()
A reference to the index object.
|
ObjectReference |
getTargetReference()
A reference to the object being detached from the index.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setIndexReference(ObjectReference indexReference)
A reference to the index object.
|
void |
setTargetReference(ObjectReference targetReference)
A reference to the object being detached from the index.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
BatchDetachFromIndex |
withIndexReference(ObjectReference indexReference)
A reference to the index object.
|
BatchDetachFromIndex |
withTargetReference(ObjectReference targetReference)
A reference to the object being detached from the index.
|
public void setIndexReference(ObjectReference indexReference)
A reference to the index object.
indexReference
- A reference to the index object.public ObjectReference getIndexReference()
A reference to the index object.
public BatchDetachFromIndex withIndexReference(ObjectReference indexReference)
A reference to the index object.
indexReference
- A reference to the index object.public void setTargetReference(ObjectReference targetReference)
A reference to the object being detached from the index.
targetReference
- A reference to the object being detached from the index.public ObjectReference getTargetReference()
A reference to the object being detached from the index.
public BatchDetachFromIndex withTargetReference(ObjectReference targetReference)
A reference to the object being detached from the index.
targetReference
- A reference to the object being detached from the index.public String toString()
toString
in class Object
Object.toString()
public BatchDetachFromIndex clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.