@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchListAttachedIndices extends Object implements Serializable, Cloneable, StructuredPojo
Lists indices attached to an object inside a BatchRead operation. For more information, see ListAttachedIndices and BatchReadRequest$Operations.
| Constructor and Description |
|---|
BatchListAttachedIndices() |
| Modifier and Type | Method and Description |
|---|---|
BatchListAttachedIndices |
clone() |
boolean |
equals(Object obj) |
Integer |
getMaxResults()
The maximum number of results to retrieve.
|
String |
getNextToken()
The pagination token.
|
ObjectReference |
getTargetReference()
A reference to the object that has indices attached.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setMaxResults(Integer maxResults)
The maximum number of results to retrieve.
|
void |
setNextToken(String nextToken)
The pagination token.
|
void |
setTargetReference(ObjectReference targetReference)
A reference to the object that has indices attached.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
BatchListAttachedIndices |
withMaxResults(Integer maxResults)
The maximum number of results to retrieve.
|
BatchListAttachedIndices |
withNextToken(String nextToken)
The pagination token.
|
BatchListAttachedIndices |
withTargetReference(ObjectReference targetReference)
A reference to the object that has indices attached.
|
public void setTargetReference(ObjectReference targetReference)
A reference to the object that has indices attached.
targetReference - A reference to the object that has indices attached.public ObjectReference getTargetReference()
A reference to the object that has indices attached.
public BatchListAttachedIndices withTargetReference(ObjectReference targetReference)
A reference to the object that has indices attached.
targetReference - A reference to the object that has indices attached.public void setNextToken(String nextToken)
The pagination token.
nextToken - The pagination token.public String getNextToken()
The pagination token.
public BatchListAttachedIndices withNextToken(String nextToken)
The pagination token.
nextToken - The pagination token.public void setMaxResults(Integer maxResults)
The maximum number of results to retrieve.
maxResults - The maximum number of results to retrieve.public Integer getMaxResults()
The maximum number of results to retrieve.
public BatchListAttachedIndices withMaxResults(Integer maxResults)
The maximum number of results to retrieve.
maxResults - The maximum number of results to retrieve.public String toString()
toString in class ObjectObject.toString()public BatchListAttachedIndices clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2017. All rights reserved.