@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListCompositionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListCompositionsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListCompositionsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getFilterByEncoderConfigurationArn()
Filters the Composition list to match the specified EncoderConfiguration attached to at least one of its output.
|
String |
getFilterByStageArn()
Filters the Composition list to match the specified Stage ARN.
|
Integer |
getMaxResults()
Maximum number of results to return.
|
String |
getNextToken()
The first Composition to retrieve.
|
int |
hashCode() |
void |
setFilterByEncoderConfigurationArn(String filterByEncoderConfigurationArn)
Filters the Composition list to match the specified EncoderConfiguration attached to at least one of its output.
|
void |
setFilterByStageArn(String filterByStageArn)
Filters the Composition list to match the specified Stage ARN.
|
void |
setMaxResults(Integer maxResults)
Maximum number of results to return.
|
void |
setNextToken(String nextToken)
The first Composition to retrieve.
|
String |
toString()
Returns a string representation of this object.
|
ListCompositionsRequest |
withFilterByEncoderConfigurationArn(String filterByEncoderConfigurationArn)
Filters the Composition list to match the specified EncoderConfiguration attached to at least one of its output.
|
ListCompositionsRequest |
withFilterByStageArn(String filterByStageArn)
Filters the Composition list to match the specified Stage ARN.
|
ListCompositionsRequest |
withMaxResults(Integer maxResults)
Maximum number of results to return.
|
ListCompositionsRequest |
withNextToken(String nextToken)
The first Composition to retrieve.
|
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 setFilterByStageArn(String filterByStageArn)
Filters the Composition list to match the specified Stage ARN.
filterByStageArn - Filters the Composition list to match the specified Stage ARN.public String getFilterByStageArn()
Filters the Composition list to match the specified Stage ARN.
public ListCompositionsRequest withFilterByStageArn(String filterByStageArn)
Filters the Composition list to match the specified Stage ARN.
filterByStageArn - Filters the Composition list to match the specified Stage ARN.public void setFilterByEncoderConfigurationArn(String filterByEncoderConfigurationArn)
Filters the Composition list to match the specified EncoderConfiguration attached to at least one of its output.
filterByEncoderConfigurationArn - Filters the Composition list to match the specified EncoderConfiguration attached to at least one of its
output.public String getFilterByEncoderConfigurationArn()
Filters the Composition list to match the specified EncoderConfiguration attached to at least one of its output.
public ListCompositionsRequest withFilterByEncoderConfigurationArn(String filterByEncoderConfigurationArn)
Filters the Composition list to match the specified EncoderConfiguration attached to at least one of its output.
filterByEncoderConfigurationArn - Filters the Composition list to match the specified EncoderConfiguration attached to at least one of its
output.public void setNextToken(String nextToken)
The first Composition to retrieve. This is used for pagination; see the nextToken response field.
nextToken - The first Composition to retrieve. This is used for pagination; see the nextToken response
field.public String getNextToken()
The first Composition to retrieve. This is used for pagination; see the nextToken response field.
nextToken response
field.public ListCompositionsRequest withNextToken(String nextToken)
The first Composition to retrieve. This is used for pagination; see the nextToken response field.
nextToken - The first Composition to retrieve. This is used for pagination; see the nextToken response
field.public void setMaxResults(Integer maxResults)
Maximum number of results to return. Default: 100.
maxResults - Maximum number of results to return. Default: 100.public Integer getMaxResults()
Maximum number of results to return. Default: 100.
public ListCompositionsRequest withMaxResults(Integer maxResults)
Maximum number of results to return. Default: 100.
maxResults - Maximum number of results to return. Default: 100.public String toString()
toString in class ObjectObject.toString()public ListCompositionsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()