Cloneable
, ReadLimitInfo
, ToCopyableBuilder<DescribeVoicesRequest.Builder,DescribeVoicesRequest>
@Generated("software.amazon.awssdk:codegen") public class DescribeVoicesRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<DescribeVoicesRequest.Builder,DescribeVoicesRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
DescribeVoicesRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static DescribeVoicesRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
languageCode() |
The language identification tag (ISO 639 code for the language name-ISO 3166 country code) for filtering the list
of voices returned.
|
String |
nextToken() |
An opaque pagination token returned from the previous
DescribeVoices operation. |
static Class<? extends DescribeVoicesRequest.Builder> |
serializableBuilderClass() |
|
DescribeVoicesRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public 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
public String nextToken()
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.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DescribeVoicesRequest.Builder,DescribeVoicesRequest>
public static DescribeVoicesRequest.Builder builder()
public static Class<? extends DescribeVoicesRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.