@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListIndexesForMembersResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListIndexesForMembersResult() |
| Modifier and Type | Method and Description |
|---|---|
ListIndexesForMembersResult |
clone() |
boolean |
equals(Object obj) |
List<MemberIndex> |
getIndexes()
A structure that contains the details and status of each index.
|
String |
getNextToken()
If present, indicates that more output is available than is included in the current response.
|
int |
hashCode() |
void |
setIndexes(Collection<MemberIndex> indexes)
A structure that contains the details and status of each index.
|
void |
setNextToken(String nextToken)
If present, indicates that more output is available than is included in the current response.
|
String |
toString()
Returns a string representation of this object.
|
ListIndexesForMembersResult |
withIndexes(Collection<MemberIndex> indexes)
A structure that contains the details and status of each index.
|
ListIndexesForMembersResult |
withIndexes(MemberIndex... indexes)
A structure that contains the details and status of each index.
|
ListIndexesForMembersResult |
withNextToken(String nextToken)
If present, indicates that more output is available than is included in the current response.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<MemberIndex> getIndexes()
A structure that contains the details and status of each index.
public void setIndexes(Collection<MemberIndex> indexes)
A structure that contains the details and status of each index.
indexes - A structure that contains the details and status of each index.public ListIndexesForMembersResult withIndexes(MemberIndex... indexes)
A structure that contains the details and status of each index.
NOTE: This method appends the values to the existing list (if any). Use
setIndexes(java.util.Collection) or withIndexes(java.util.Collection) if you want to override
the existing values.
indexes - A structure that contains the details and status of each index.public ListIndexesForMembersResult withIndexes(Collection<MemberIndex> indexes)
A structure that contains the details and status of each index.
indexes - A structure that contains the details and status of each index.public void setNextToken(String nextToken)
If present, indicates that more output is available than is included in the current response. Use this value in
the NextToken request parameter in a subsequent call to the operation to get the next part of the
output. You should repeat this until the NextToken response element comes back as null.
The pagination tokens expire after 24 hours.
nextToken - If present, indicates that more output is available than is included in the current response. Use this
value in the NextToken request parameter in a subsequent call to the operation to get the
next part of the output. You should repeat this until the NextToken response element comes
back as null. The pagination tokens expire after 24 hours.public String getNextToken()
If present, indicates that more output is available than is included in the current response. Use this value in
the NextToken request parameter in a subsequent call to the operation to get the next part of the
output. You should repeat this until the NextToken response element comes back as null.
The pagination tokens expire after 24 hours.
NextToken request parameter in a subsequent call to the operation to get the
next part of the output. You should repeat this until the NextToken response element comes
back as null. The pagination tokens expire after 24 hours.public ListIndexesForMembersResult withNextToken(String nextToken)
If present, indicates that more output is available than is included in the current response. Use this value in
the NextToken request parameter in a subsequent call to the operation to get the next part of the
output. You should repeat this until the NextToken response element comes back as null.
The pagination tokens expire after 24 hours.
nextToken - If present, indicates that more output is available than is included in the current response. Use this
value in the NextToken request parameter in a subsequent call to the operation to get the
next part of the output. You should repeat this until the NextToken response element comes
back as null. The pagination tokens expire after 24 hours.public String toString()
toString in class ObjectObject.toString()public ListIndexesForMembersResult clone()