@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListCollaborationsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
ListCollaborationsRequest()  | 
| Modifier and Type | Method and Description | 
|---|---|
ListCollaborationsRequest | 
clone()
Creates a shallow clone of this object for all fields except the handler context. 
 | 
boolean | 
equals(Object obj)  | 
Integer | 
getMaxResults()
 The maximum size of the results that is returned per call. 
 | 
String | 
getMemberStatus()
 The caller's status in a collaboration. 
 | 
String | 
getNextToken()
 The token value retrieved from a previous call to access the next page of results. 
 | 
int | 
hashCode()  | 
void | 
setMaxResults(Integer maxResults)
 The maximum size of the results that is returned per call. 
 | 
void | 
setMemberStatus(String memberStatus)
 The caller's status in 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. 
 | 
ListCollaborationsRequest | 
withMaxResults(Integer maxResults)
 The maximum size of the results that is returned per call. 
 | 
ListCollaborationsRequest | 
withMemberStatus(FilterableMemberStatus memberStatus)
 The caller's status in a collaboration. 
 | 
ListCollaborationsRequest | 
withMemberStatus(String memberStatus)
 The caller's status in a collaboration. 
 | 
ListCollaborationsRequest | 
withNextToken(String nextToken)
 The token value retrieved from a previous call to access the next page 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, withSdkRequestTimeoutpublic 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 ListCollaborationsRequest 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 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 ListCollaborationsRequest 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 void setMemberStatus(String memberStatus)
The caller's status in a collaboration.
memberStatus - The caller's status in a collaboration.FilterableMemberStatuspublic String getMemberStatus()
The caller's status in a collaboration.
FilterableMemberStatuspublic ListCollaborationsRequest withMemberStatus(String memberStatus)
The caller's status in a collaboration.
memberStatus - The caller's status in a collaboration.FilterableMemberStatuspublic ListCollaborationsRequest withMemberStatus(FilterableMemberStatus memberStatus)
The caller's status in a collaboration.
memberStatus - The caller's status in a collaboration.FilterableMemberStatuspublic String toString()
toString in class ObjectObject.toString()public ListCollaborationsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()