@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListCollaborationIdNamespaceAssociationsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListCollaborationIdNamespaceAssociationsRequest() |
Modifier and Type | Method and Description |
---|---|
ListCollaborationIdNamespaceAssociationsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getCollaborationIdentifier()
The unique identifier of the collaboration that contains the ID namespace associations that you want to retrieve.
|
Integer |
getMaxResults()
The maximum size of the results that is returned per call.
|
String |
getNextToken()
The pagination token that's used to fetch the next set of results.
|
int |
hashCode() |
void |
setCollaborationIdentifier(String collaborationIdentifier)
The unique identifier of the collaboration that contains the ID namespace associations that you want to retrieve.
|
void |
setMaxResults(Integer maxResults)
The maximum size of the results that is returned per call.
|
void |
setNextToken(String nextToken)
The pagination token that's used to fetch the next set of results.
|
String |
toString()
Returns a string representation of this object.
|
ListCollaborationIdNamespaceAssociationsRequest |
withCollaborationIdentifier(String collaborationIdentifier)
The unique identifier of the collaboration that contains the ID namespace associations that you want to retrieve.
|
ListCollaborationIdNamespaceAssociationsRequest |
withMaxResults(Integer maxResults)
The maximum size of the results that is returned per call.
|
ListCollaborationIdNamespaceAssociationsRequest |
withNextToken(String nextToken)
The pagination token that's used to fetch the next set of results.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public ListCollaborationIdNamespaceAssociationsRequest()
public void setCollaborationIdentifier(String collaborationIdentifier)
The unique identifier of the collaboration that contains the ID namespace associations that you want to retrieve.
collaborationIdentifier
- The unique identifier of the collaboration that contains the ID namespace associations that you want to
retrieve.public String getCollaborationIdentifier()
The unique identifier of the collaboration that contains the ID namespace associations that you want to retrieve.
public ListCollaborationIdNamespaceAssociationsRequest withCollaborationIdentifier(String collaborationIdentifier)
The unique identifier of the collaboration that contains the ID namespace associations that you want to retrieve.
collaborationIdentifier
- The unique identifier of the collaboration that contains the ID namespace associations that you want to
retrieve.public void setNextToken(String nextToken)
The pagination token that's used to fetch the next set of results.
nextToken
- The pagination token that's used to fetch the next set of results.public String getNextToken()
The pagination token that's used to fetch the next set of results.
public ListCollaborationIdNamespaceAssociationsRequest withNextToken(String nextToken)
The pagination token that's used to fetch the next set of results.
nextToken
- The pagination token that's used to fetch the next set of results.public void setMaxResults(Integer maxResults)
The maximum size of the results that is returned per call. Service chooses a default if it has not been set. Service may return a nextToken even if the maximum results has not been met.>
maxResults
- The maximum size of the results that is returned per call. Service chooses a default if it has not been
set. Service may return a nextToken even if the maximum results has not been met.>public Integer getMaxResults()
The maximum size of the results that is returned per call. Service chooses a default if it has not been set. Service may return a nextToken even if the maximum results has not been met.>
public ListCollaborationIdNamespaceAssociationsRequest withMaxResults(Integer maxResults)
The maximum size of the results that is returned per call. Service chooses a default if it has not been set. Service may return a nextToken even if the maximum results has not been met.>
maxResults
- The maximum size of the results that is returned per call. Service chooses a default if it has not been
set. Service may return a nextToken even if the maximum results has not been met.>public String toString()
toString
in class Object
Object.toString()
public ListCollaborationIdNamespaceAssociationsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()