@Generated(value="software.amazon.awssdk:codegen") public final class ListSpeakersRequest extends VoiceIdRequest implements ToCopyableBuilder<ListSpeakersRequest.Builder,ListSpeakersRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListSpeakersRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListSpeakersRequest.Builder |
builder() |
String |
domainId()
The identifier of the domain.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxResults()
The maximum number of results that are returned per call.
|
String |
nextToken()
If
NextToken is returned, there are more results available. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListSpeakersRequest.Builder> |
serializableBuilderClass() |
ListSpeakersRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String domainId()
The identifier of the domain.
public final Integer maxResults()
The maximum number of results that are returned per call. You can use NextToken to obtain further
pages of results. The default is 100; the maximum allowed page size is also 100.
NextToken to obtain
further pages of results. The default is 100; the maximum allowed page size is also 100.public final String nextToken()
If NextToken is returned, there are more results available. The value of NextToken is a
unique pagination token for each page. Make the call again using the returned token to retrieve the next page.
Keep all other arguments unchanged. Each pagination token expires after 24 hours.
NextToken is returned, there are more results available. The value of
NextToken is a unique pagination token for each page. Make the call again using the returned
token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after
24 hours.public ListSpeakersRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListSpeakersRequest.Builder,ListSpeakersRequest>toBuilder in class VoiceIdRequestpublic static ListSpeakersRequest.Builder builder()
public static Class<? extends ListSpeakersRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.