@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 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.
|
List<String> |
getStates()
Filters the request to studio components that are in one of the given states.
|
String |
getStudioId()
The studio ID.
|
List<String> |
getTypes()
Filters the request to studio components that are of one of the given types.
|
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 |
setStates(Collection<String> states)
Filters the request to studio components that are in one of the given states.
|
void |
setStudioId(String studioId)
The studio ID.
|
void |
setTypes(Collection<String> types)
Filters the request to studio components that are of one of the given types.
|
String |
toString()
Returns a string representation of this object.
|
ListStudioComponentsRequest |
withMaxResults(Integer maxResults)
The max number of results to return in the response.
|
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)
Filters the request to studio components that are in one of the given states.
|
ListStudioComponentsRequest |
withStates(String... states)
Filters the request to studio components that are in one of the given states.
|
ListStudioComponentsRequest |
withStates(StudioComponentState... states)
Filters the request to studio components that are in one of the given states.
|
ListStudioComponentsRequest |
withStudioId(String studioId)
The studio ID.
|
ListStudioComponentsRequest |
withTypes(Collection<String> types)
Filters the request to studio components that are of one of the given types.
|
ListStudioComponentsRequest |
withTypes(String... types)
Filters the request to studio components that are of one of the given types.
|
ListStudioComponentsRequest |
withTypes(StudioComponentType... types)
Filters the request to studio components that are of one of the given 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 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 ListStudioComponentsRequest 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 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 List<String> getStates()
Filters the request to studio components that are in one of the given states.
StudioComponentState
public void setStates(Collection<String> states)
Filters the request to studio components that are in one of the given states.
states
- Filters the request to studio components that are in one of the given states.StudioComponentState
public ListStudioComponentsRequest withStates(String... states)
Filters the request to studio components that are in one of the given 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
- Filters the request to studio components that are in one of the given states.StudioComponentState
public ListStudioComponentsRequest withStates(Collection<String> states)
Filters the request to studio components that are in one of the given states.
states
- Filters the request to studio components that are in one of the given states.StudioComponentState
public ListStudioComponentsRequest withStates(StudioComponentState... states)
Filters the request to studio components that are in one of the given states.
states
- Filters the request to studio components that are in one of the given states.StudioComponentState
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 List<String> getTypes()
Filters the request to studio components that are of one of the given types.
StudioComponentType
public void setTypes(Collection<String> types)
Filters the request to studio components that are of one of the given types.
types
- Filters the request to studio components that are of one of the given types.StudioComponentType
public ListStudioComponentsRequest withTypes(String... types)
Filters the request to studio components that are of one of the given 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
- Filters the request to studio components that are of one of the given types.StudioComponentType
public ListStudioComponentsRequest withTypes(Collection<String> types)
Filters the request to studio components that are of one of the given types.
types
- Filters the request to studio components that are of one of the given types.StudioComponentType
public ListStudioComponentsRequest withTypes(StudioComponentType... types)
Filters the request to studio components that are of one of the given types.
types
- Filters the request to studio components that are of one of the given types.StudioComponentType
public String toString()
toString
in class Object
Object.toString()
public ListStudioComponentsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()