@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListStudioComponentsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListStudioComponentsRequest() |
Modifier and Type | Method and Description |
---|---|
ListStudioComponentsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getMaxResults()
The maximum number of results to be returned per request.
|
String |
getNextToken()
The token for the next set of results, or null if there are no more results.
|
List<String> |
getStates()
A list of states.
|
String |
getStudioId()
The studio ID.
|
List<String> |
getTypes()
The types.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of results to be returned per request.
|
void |
setNextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
|
void |
setStates(Collection<String> states)
A list of states.
|
void |
setStudioId(String studioId)
The studio ID.
|
void |
setTypes(Collection<String> types)
The types.
|
String |
toString()
Returns a string representation of this object.
|
ListStudioComponentsRequest |
withMaxResults(Integer maxResults)
The maximum number of results to be returned per request.
|
ListStudioComponentsRequest |
withNextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
|
ListStudioComponentsRequest |
withStates(Collection<String> states)
A list of states.
|
ListStudioComponentsRequest |
withStates(String... states)
A list of states.
|
ListStudioComponentsRequest |
withStudioId(String studioId)
The studio ID.
|
ListStudioComponentsRequest |
withTypes(Collection<String> types)
The types.
|
ListStudioComponentsRequest |
withTypes(String... types)
The types.
|
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 maximum number of results to be returned per request.
maxResults
- The maximum number of results to be returned per request.public Integer getMaxResults()
The maximum number of results to be returned per request.
public ListStudioComponentsRequest withMaxResults(Integer maxResults)
The maximum number of results to be returned per request.
maxResults
- The maximum number of results to be returned per request.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 ListStudioComponentsRequest 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 setStates(Collection<String> states)
A list of states.
states
- A list of states.public ListStudioComponentsRequest withStates(String... states)
A list of states.
NOTE: This method appends the values to the existing list (if any). Use
setStates(java.util.Collection)
or withStates(java.util.Collection)
if you want to override the
existing values.
states
- A list of states.public ListStudioComponentsRequest withStates(Collection<String> states)
A list of states.
states
- A list of states.public void setStudioId(String studioId)
The studio ID.
studioId
- The studio ID.public String getStudioId()
The studio ID.
public ListStudioComponentsRequest withStudioId(String studioId)
The studio ID.
studioId
- The studio ID.public void setTypes(Collection<String> types)
The types.
types
- The types.public ListStudioComponentsRequest withTypes(String... types)
The types.
NOTE: This method appends the values to the existing list (if any). Use
setTypes(java.util.Collection)
or withTypes(java.util.Collection)
if you want to override the
existing values.
types
- The types.public ListStudioComponentsRequest withTypes(Collection<String> types)
The types.
types
- The types.public String toString()
toString
in class Object
Object.toString()
public ListStudioComponentsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()