@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchAttachToIndex extends Object implements Serializable, Cloneable, StructuredPojo
Attaches the specified object to the specified index inside a BatchRead operation. For more information, see AttachToIndex and BatchReadRequest$Operations.
Constructor and Description |
---|
BatchAttachToIndex() |
Modifier and Type | Method and Description |
---|---|
BatchAttachToIndex |
clone() |
boolean |
equals(Object obj) |
ObjectReference |
getIndexReference()
A reference to the index that you are attaching the object to.
|
ObjectReference |
getTargetReference()
A reference to the object that you are attaching to 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 that you are attaching the object to.
|
void |
setTargetReference(ObjectReference targetReference)
A reference to the object that you are attaching to the index.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
BatchAttachToIndex |
withIndexReference(ObjectReference indexReference)
A reference to the index that you are attaching the object to.
|
BatchAttachToIndex |
withTargetReference(ObjectReference targetReference)
A reference to the object that you are attaching to the index.
|
public void setIndexReference(ObjectReference indexReference)
A reference to the index that you are attaching the object to.
indexReference
- A reference to the index that you are attaching the object to.public ObjectReference getIndexReference()
A reference to the index that you are attaching the object to.
public BatchAttachToIndex withIndexReference(ObjectReference indexReference)
A reference to the index that you are attaching the object to.
indexReference
- A reference to the index that you are attaching the object to.public void setTargetReference(ObjectReference targetReference)
A reference to the object that you are attaching to the index.
targetReference
- A reference to the object that you are attaching to the index.public ObjectReference getTargetReference()
A reference to the object that you are attaching to the index.
public BatchAttachToIndex withTargetReference(ObjectReference targetReference)
A reference to the object that you are attaching to the index.
targetReference
- A reference to the object that you are attaching to the index.public String toString()
toString
in class Object
Object.toString()
public BatchAttachToIndex 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.