@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeVoicesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DescribeVoicesRequest() |
| Modifier and Type | Method and Description |
|---|---|
DescribeVoicesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getLanguageCode()
The language identification tag (ISO 639 code for the language name-ISO 3166 country code) for filtering the list
of voices returned.
|
String |
getNextToken()
An opaque pagination token returned from the previous
DescribeVoices operation. |
int |
hashCode() |
void |
setLanguageCode(LanguageCode languageCode)
The language identification tag (ISO 639 code for the language name-ISO 3166 country code) for filtering the list
of voices returned.
|
void |
setLanguageCode(String languageCode)
The language identification tag (ISO 639 code for the language name-ISO 3166 country code) for filtering the list
of voices returned.
|
void |
setNextToken(String nextToken)
An opaque pagination token returned from the previous
DescribeVoices operation. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DescribeVoicesRequest |
withLanguageCode(LanguageCode languageCode)
The language identification tag (ISO 639 code for the language name-ISO 3166 country code) for filtering the list
of voices returned.
|
DescribeVoicesRequest |
withLanguageCode(String languageCode)
The language identification tag (ISO 639 code for the language name-ISO 3166 country code) for filtering the list
of voices returned.
|
DescribeVoicesRequest |
withNextToken(String nextToken)
An opaque pagination token returned from the previous
DescribeVoices 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, withSdkRequestTimeoutpublic void setLanguageCode(String languageCode)
The language identification tag (ISO 639 code for the language name-ISO 3166 country code) for filtering the list of voices returned. If you don't specify this optional parameter, all available voices are returned.
languageCode - The language identification tag (ISO 639 code for the language name-ISO 3166 country code) for filtering
the list of voices returned. If you don't specify this optional parameter, all available voices are
returned.LanguageCodepublic String getLanguageCode()
The language identification tag (ISO 639 code for the language name-ISO 3166 country code) for filtering the list of voices returned. If you don't specify this optional parameter, all available voices are returned.
LanguageCodepublic DescribeVoicesRequest withLanguageCode(String languageCode)
The language identification tag (ISO 639 code for the language name-ISO 3166 country code) for filtering the list of voices returned. If you don't specify this optional parameter, all available voices are returned.
languageCode - The language identification tag (ISO 639 code for the language name-ISO 3166 country code) for filtering
the list of voices returned. If you don't specify this optional parameter, all available voices are
returned.LanguageCodepublic void setLanguageCode(LanguageCode languageCode)
The language identification tag (ISO 639 code for the language name-ISO 3166 country code) for filtering the list of voices returned. If you don't specify this optional parameter, all available voices are returned.
languageCode - The language identification tag (ISO 639 code for the language name-ISO 3166 country code) for filtering
the list of voices returned. If you don't specify this optional parameter, all available voices are
returned.LanguageCodepublic DescribeVoicesRequest withLanguageCode(LanguageCode languageCode)
The language identification tag (ISO 639 code for the language name-ISO 3166 country code) for filtering the list of voices returned. If you don't specify this optional parameter, all available voices are returned.
languageCode - The language identification tag (ISO 639 code for the language name-ISO 3166 country code) for filtering
the list of voices returned. If you don't specify this optional parameter, all available voices are
returned.LanguageCodepublic void setNextToken(String nextToken)
An opaque pagination token returned from the previous DescribeVoices operation. If present, this
indicates where to continue the listing.
nextToken - An opaque pagination token returned from the previous DescribeVoices operation. If present,
this indicates where to continue the listing.public String getNextToken()
An opaque pagination token returned from the previous DescribeVoices operation. If present, this
indicates where to continue the listing.
DescribeVoices operation. If present,
this indicates where to continue the listing.public DescribeVoicesRequest withNextToken(String nextToken)
An opaque pagination token returned from the previous DescribeVoices operation. If present, this
indicates where to continue the listing.
nextToken - An opaque pagination token returned from the previous DescribeVoices operation. If present,
this indicates where to continue the listing.public String toString()
toString in class ObjectObject.toString()public DescribeVoicesRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.