public class ListDocumentsResult extends Object implements Serializable, Cloneable
Constructor and Description |
---|
ListDocumentsResult() |
Modifier and Type | Method and Description |
---|---|
ListDocumentsResult |
clone() |
boolean |
equals(Object obj) |
List<DocumentIdentifier> |
getDocumentIdentifiers()
The names of the configuration documents.
|
String |
getNextToken()
The token to use when requesting the next set of items.
|
int |
hashCode() |
void |
setDocumentIdentifiers(Collection<DocumentIdentifier> documentIdentifiers)
The names of the configuration documents.
|
void |
setNextToken(String nextToken)
The token to use when requesting the next set of items.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListDocumentsResult |
withDocumentIdentifiers(Collection<DocumentIdentifier> documentIdentifiers)
The names of the configuration documents.
|
ListDocumentsResult |
withDocumentIdentifiers(DocumentIdentifier... documentIdentifiers)
The names of the configuration documents.
|
ListDocumentsResult |
withNextToken(String nextToken)
The token to use when requesting the next set of items.
|
public List<DocumentIdentifier> getDocumentIdentifiers()
public void setDocumentIdentifiers(Collection<DocumentIdentifier> documentIdentifiers)
documentIdentifiers
- The names of the configuration documents.public ListDocumentsResult withDocumentIdentifiers(DocumentIdentifier... documentIdentifiers)
Returns a reference to this object so that method calls can be chained together.
documentIdentifiers
- The names of the configuration documents.public ListDocumentsResult withDocumentIdentifiers(Collection<DocumentIdentifier> documentIdentifiers)
Returns a reference to this object so that method calls can be chained together.
documentIdentifiers
- The names of the configuration documents.public String getNextToken()
public void setNextToken(String nextToken)
nextToken
- The token to use when requesting the next set of items. If there are
no additional items to return, the string is empty.public ListDocumentsResult withNextToken(String nextToken)
Returns a reference to this object so that method calls can be chained together.
nextToken
- The token to use when requesting the next set of items. If there are
no additional items to return, the string is empty.public String toString()
toString
in class Object
Object.toString()
public ListDocumentsResult clone()
Copyright © 2015. All rights reserved.