@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListCollaborationAnalysisTemplatesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListCollaborationAnalysisTemplatesResult() |
Modifier and Type | Method and Description |
---|---|
ListCollaborationAnalysisTemplatesResult |
clone() |
boolean |
equals(Object obj) |
List<CollaborationAnalysisTemplateSummary> |
getCollaborationAnalysisTemplateSummaries()
The metadata of the analysis template within a collaboration.
|
String |
getNextToken()
The token value retrieved from a previous call to access the next page of results.
|
int |
hashCode() |
void |
setCollaborationAnalysisTemplateSummaries(Collection<CollaborationAnalysisTemplateSummary> collaborationAnalysisTemplateSummaries)
The metadata of the analysis template within a collaboration.
|
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.
|
ListCollaborationAnalysisTemplatesResult |
withCollaborationAnalysisTemplateSummaries(CollaborationAnalysisTemplateSummary... collaborationAnalysisTemplateSummaries)
The metadata of the analysis template within a collaboration.
|
ListCollaborationAnalysisTemplatesResult |
withCollaborationAnalysisTemplateSummaries(Collection<CollaborationAnalysisTemplateSummary> collaborationAnalysisTemplateSummaries)
The metadata of the analysis template within a collaboration.
|
ListCollaborationAnalysisTemplatesResult |
withNextToken(String nextToken)
The token value retrieved from a previous call to access the next page of results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public ListCollaborationAnalysisTemplatesResult()
public 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 ListCollaborationAnalysisTemplatesResult 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<CollaborationAnalysisTemplateSummary> getCollaborationAnalysisTemplateSummaries()
The metadata of the analysis template within a collaboration.
public void setCollaborationAnalysisTemplateSummaries(Collection<CollaborationAnalysisTemplateSummary> collaborationAnalysisTemplateSummaries)
The metadata of the analysis template within a collaboration.
collaborationAnalysisTemplateSummaries
- The metadata of the analysis template within a collaboration.public ListCollaborationAnalysisTemplatesResult withCollaborationAnalysisTemplateSummaries(CollaborationAnalysisTemplateSummary... collaborationAnalysisTemplateSummaries)
The metadata of the analysis template within a collaboration.
NOTE: This method appends the values to the existing list (if any). Use
setCollaborationAnalysisTemplateSummaries(java.util.Collection)
or
withCollaborationAnalysisTemplateSummaries(java.util.Collection)
if you want to override the existing
values.
collaborationAnalysisTemplateSummaries
- The metadata of the analysis template within a collaboration.public ListCollaborationAnalysisTemplatesResult withCollaborationAnalysisTemplateSummaries(Collection<CollaborationAnalysisTemplateSummary> collaborationAnalysisTemplateSummaries)
The metadata of the analysis template within a collaboration.
collaborationAnalysisTemplateSummaries
- The metadata of the analysis template within a collaboration.public String toString()
toString
in class Object
Object.toString()
public ListCollaborationAnalysisTemplatesResult clone()