@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListSpeechSynthesisTasksRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListSpeechSynthesisTasksRequest() |
Modifier and Type | Method and Description |
---|---|
ListSpeechSynthesisTasksRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getMaxResults()
Maximum number of speech synthesis tasks returned in a List operation.
|
String |
getNextToken()
The pagination token to use in the next request to continue the listing of speech synthesis tasks.
|
String |
getStatus()
Status of the speech synthesis tasks returned in a List operation
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
Maximum number of speech synthesis tasks returned in a List operation.
|
void |
setNextToken(String nextToken)
The pagination token to use in the next request to continue the listing of speech synthesis tasks.
|
void |
setStatus(String status)
Status of the speech synthesis tasks returned in a List operation
|
String |
toString()
Returns a string representation of this object.
|
ListSpeechSynthesisTasksRequest |
withMaxResults(Integer maxResults)
Maximum number of speech synthesis tasks returned in a List operation.
|
ListSpeechSynthesisTasksRequest |
withNextToken(String nextToken)
The pagination token to use in the next request to continue the listing of speech synthesis tasks.
|
ListSpeechSynthesisTasksRequest |
withStatus(String status)
Status of the speech synthesis tasks returned in a List operation
|
ListSpeechSynthesisTasksRequest |
withStatus(TaskStatus status)
Status of the speech synthesis tasks returned in a List operation
|
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)
Maximum number of speech synthesis tasks returned in a List operation.
maxResults
- Maximum number of speech synthesis tasks returned in a List operation.public Integer getMaxResults()
Maximum number of speech synthesis tasks returned in a List operation.
public ListSpeechSynthesisTasksRequest withMaxResults(Integer maxResults)
Maximum number of speech synthesis tasks returned in a List operation.
maxResults
- Maximum number of speech synthesis tasks returned in a List operation.public void setNextToken(String nextToken)
The pagination token to use in the next request to continue the listing of speech synthesis tasks.
nextToken
- The pagination token to use in the next request to continue the listing of speech synthesis tasks.public String getNextToken()
The pagination token to use in the next request to continue the listing of speech synthesis tasks.
public ListSpeechSynthesisTasksRequest withNextToken(String nextToken)
The pagination token to use in the next request to continue the listing of speech synthesis tasks.
nextToken
- The pagination token to use in the next request to continue the listing of speech synthesis tasks.public void setStatus(String status)
Status of the speech synthesis tasks returned in a List operation
status
- Status of the speech synthesis tasks returned in a List operationTaskStatus
public String getStatus()
Status of the speech synthesis tasks returned in a List operation
TaskStatus
public ListSpeechSynthesisTasksRequest withStatus(String status)
Status of the speech synthesis tasks returned in a List operation
status
- Status of the speech synthesis tasks returned in a List operationTaskStatus
public ListSpeechSynthesisTasksRequest withStatus(TaskStatus status)
Status of the speech synthesis tasks returned in a List operation
status
- Status of the speech synthesis tasks returned in a List operationTaskStatus
public String toString()
toString
in class Object
Object.toString()
public ListSpeechSynthesisTasksRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()