@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListCollaborationsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListCollaborationsResult() |
| Modifier and Type | Method and Description |
|---|---|
ListCollaborationsResult |
clone() |
boolean |
equals(Object obj) |
List<CollaborationSummary> |
getCollaborationList()
The list of collaborations.
|
String |
getNextToken()
The token value retrieved from a previous call to access the next page of results.
|
int |
hashCode() |
void |
setCollaborationList(Collection<CollaborationSummary> collaborationList)
The list of collaborations.
|
void |
setNextToken(String nextToken)
The token value retrieved from a previous call to access the next page of results.
|
String |
toString()
Returns a string representation of this object.
|
ListCollaborationsResult |
withCollaborationList(CollaborationSummary... collaborationList)
The list of collaborations.
|
ListCollaborationsResult |
withCollaborationList(Collection<CollaborationSummary> collaborationList)
The list of collaborations.
|
ListCollaborationsResult |
withNextToken(String nextToken)
The token value retrieved from a previous call to access the next page of results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setNextToken(String nextToken)
The token value retrieved from a previous call to access the next page of results.
nextToken - The token value retrieved from a previous call to access the next page of results.public String getNextToken()
The token value retrieved from a previous call to access the next page of results.
public ListCollaborationsResult withNextToken(String nextToken)
The token value retrieved from a previous call to access the next page of results.
nextToken - The token value retrieved from a previous call to access the next page of results.public List<CollaborationSummary> getCollaborationList()
The list of collaborations.
public void setCollaborationList(Collection<CollaborationSummary> collaborationList)
The list of collaborations.
collaborationList - The list of collaborations.public ListCollaborationsResult withCollaborationList(CollaborationSummary... collaborationList)
The list of collaborations.
NOTE: This method appends the values to the existing list (if any). Use
setCollaborationList(java.util.Collection) or withCollaborationList(java.util.Collection) if
you want to override the existing values.
collaborationList - The list of collaborations.public ListCollaborationsResult withCollaborationList(Collection<CollaborationSummary> collaborationList)
The list of collaborations.
collaborationList - The list of collaborations.public String toString()
toString in class ObjectObject.toString()public ListCollaborationsResult clone()