@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListStudioMembersRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListStudioMembersRequest() |
Modifier and Type | Method and Description |
---|---|
ListStudioMembersRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getMaxResults()
The max number of results to return in the response.
|
String |
getNextToken()
The token for the next set of results, or null if there are no more results.
|
String |
getStudioId()
The studio ID.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The max number of results to return in the response.
|
void |
setNextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
|
void |
setStudioId(String studioId)
The studio ID.
|
String |
toString()
Returns a string representation of this object.
|
ListStudioMembersRequest |
withMaxResults(Integer maxResults)
The max number of results to return in the response.
|
ListStudioMembersRequest |
withNextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
|
ListStudioMembersRequest |
withStudioId(String studioId)
The studio ID.
|
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 void setMaxResults(Integer maxResults)
The max number of results to return in the response.
maxResults
- The max number of results to return in the response.public Integer getMaxResults()
The max number of results to return in the response.
public ListStudioMembersRequest withMaxResults(Integer maxResults)
The max number of results to return in the response.
maxResults
- The max number of results to return in the response.public void setNextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
nextToken
- The token for the next set of results, or null if there are no more results.public String getNextToken()
The token for the next set of results, or null if there are no more results.
public ListStudioMembersRequest withNextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
nextToken
- The token for the next set of results, or null if there are no more results.public void setStudioId(String studioId)
The studio ID.
studioId
- The studio ID.public String getStudioId()
The studio ID.
public ListStudioMembersRequest withStudioId(String studioId)
The studio ID.
studioId
- The studio ID.public String toString()
toString
in class Object
Object.toString()
public ListStudioMembersRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()