@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListCollaborationIdNamespaceAssociationsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListCollaborationIdNamespaceAssociationsResult() |
Modifier and Type | Method and Description |
---|---|
ListCollaborationIdNamespaceAssociationsResult |
clone() |
boolean |
equals(Object obj) |
List<CollaborationIdNamespaceAssociationSummary> |
getCollaborationIdNamespaceAssociationSummaries()
The summary information of the collaboration ID namespace associations that you requested.
|
String |
getNextToken()
The token value provided to access the next page of results.
|
int |
hashCode() |
void |
setCollaborationIdNamespaceAssociationSummaries(Collection<CollaborationIdNamespaceAssociationSummary> collaborationIdNamespaceAssociationSummaries)
The summary information of the collaboration ID namespace associations that you requested.
|
void |
setNextToken(String nextToken)
The token value provided to access the next page of results.
|
String |
toString()
Returns a string representation of this object.
|
ListCollaborationIdNamespaceAssociationsResult |
withCollaborationIdNamespaceAssociationSummaries(CollaborationIdNamespaceAssociationSummary... collaborationIdNamespaceAssociationSummaries)
The summary information of the collaboration ID namespace associations that you requested.
|
ListCollaborationIdNamespaceAssociationsResult |
withCollaborationIdNamespaceAssociationSummaries(Collection<CollaborationIdNamespaceAssociationSummary> collaborationIdNamespaceAssociationSummaries)
The summary information of the collaboration ID namespace associations that you requested.
|
ListCollaborationIdNamespaceAssociationsResult |
withNextToken(String nextToken)
The token value provided to access the next page of results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public ListCollaborationIdNamespaceAssociationsResult()
public void setNextToken(String nextToken)
The token value provided to access the next page of results.
nextToken
- The token value provided to access the next page of results.public String getNextToken()
The token value provided to access the next page of results.
public ListCollaborationIdNamespaceAssociationsResult withNextToken(String nextToken)
The token value provided to access the next page of results.
nextToken
- The token value provided to access the next page of results.public List<CollaborationIdNamespaceAssociationSummary> getCollaborationIdNamespaceAssociationSummaries()
The summary information of the collaboration ID namespace associations that you requested.
public void setCollaborationIdNamespaceAssociationSummaries(Collection<CollaborationIdNamespaceAssociationSummary> collaborationIdNamespaceAssociationSummaries)
The summary information of the collaboration ID namespace associations that you requested.
collaborationIdNamespaceAssociationSummaries
- The summary information of the collaboration ID namespace associations that you requested.public ListCollaborationIdNamespaceAssociationsResult withCollaborationIdNamespaceAssociationSummaries(CollaborationIdNamespaceAssociationSummary... collaborationIdNamespaceAssociationSummaries)
The summary information of the collaboration ID namespace associations that you requested.
NOTE: This method appends the values to the existing list (if any). Use
setCollaborationIdNamespaceAssociationSummaries(java.util.Collection)
or
withCollaborationIdNamespaceAssociationSummaries(java.util.Collection)
if you want to override the
existing values.
collaborationIdNamespaceAssociationSummaries
- The summary information of the collaboration ID namespace associations that you requested.public ListCollaborationIdNamespaceAssociationsResult withCollaborationIdNamespaceAssociationSummaries(Collection<CollaborationIdNamespaceAssociationSummary> collaborationIdNamespaceAssociationSummaries)
The summary information of the collaboration ID namespace associations that you requested.
collaborationIdNamespaceAssociationSummaries
- The summary information of the collaboration ID namespace associations that you requested.public String toString()
toString
in class Object
Object.toString()
public ListCollaborationIdNamespaceAssociationsResult clone()