@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchListIndexResponse extends Object implements Serializable, Cloneable, StructuredPojo
Represents the output of a ListIndex response operation.
Constructor and Description |
---|
BatchListIndexResponse() |
Modifier and Type | Method and Description |
---|---|
BatchListIndexResponse |
clone() |
boolean |
equals(Object obj) |
List<IndexAttachment> |
getIndexAttachments()
The objects and indexed values attached to the index.
|
String |
getNextToken()
The pagination token.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setIndexAttachments(Collection<IndexAttachment> indexAttachments)
The objects and indexed values attached to the index.
|
void |
setNextToken(String nextToken)
The pagination token.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
BatchListIndexResponse |
withIndexAttachments(Collection<IndexAttachment> indexAttachments)
The objects and indexed values attached to the index.
|
BatchListIndexResponse |
withIndexAttachments(IndexAttachment... indexAttachments)
The objects and indexed values attached to the index.
|
BatchListIndexResponse |
withNextToken(String nextToken)
The pagination token.
|
public List<IndexAttachment> getIndexAttachments()
The objects and indexed values attached to the index.
public void setIndexAttachments(Collection<IndexAttachment> indexAttachments)
The objects and indexed values attached to the index.
indexAttachments
- The objects and indexed values attached to the index.public BatchListIndexResponse withIndexAttachments(IndexAttachment... indexAttachments)
The objects and indexed values attached to the index.
NOTE: This method appends the values to the existing list (if any). Use
setIndexAttachments(java.util.Collection)
or withIndexAttachments(java.util.Collection)
if you
want to override the existing values.
indexAttachments
- The objects and indexed values attached to the index.public BatchListIndexResponse withIndexAttachments(Collection<IndexAttachment> indexAttachments)
The objects and indexed values attached to the index.
indexAttachments
- The objects and indexed values attached to the index.public void setNextToken(String nextToken)
The pagination token.
nextToken
- The pagination token.public String getNextToken()
The pagination token.
public BatchListIndexResponse withNextToken(String nextToken)
The pagination token.
nextToken
- The pagination token.public String toString()
toString
in class Object
Object.toString()
public BatchListIndexResponse 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.