@Generated(value="software.amazon.awssdk:codegen") public final class ListSpeakerEnrollmentJobsRequest extends VoiceIdRequest implements ToCopyableBuilder<ListSpeakerEnrollmentJobsRequest.Builder,ListSpeakerEnrollmentJobsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListSpeakerEnrollmentJobsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListSpeakerEnrollmentJobsRequest.Builder |
builder() |
String |
domainId()
The identifier of the domain that contains the speaker enrollment jobs.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
SpeakerEnrollmentJobStatus |
jobStatus()
Provides the status of your speaker enrollment Job.
|
String |
jobStatusAsString()
Provides the status of your speaker enrollment Job.
|
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 ListSpeakerEnrollmentJobsRequest.Builder> |
serializableBuilderClass() |
ListSpeakerEnrollmentJobsRequest.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 that contains the speaker enrollment jobs.
public final SpeakerEnrollmentJobStatus jobStatus()
Provides the status of your speaker enrollment Job.
If the service returns an enum value that is not available in the current SDK version, jobStatus will
return SpeakerEnrollmentJobStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from jobStatusAsString().
SpeakerEnrollmentJobStatuspublic final String jobStatusAsString()
Provides the status of your speaker enrollment Job.
If the service returns an enum value that is not available in the current SDK version, jobStatus will
return SpeakerEnrollmentJobStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from jobStatusAsString().
SpeakerEnrollmentJobStatuspublic final Integer maxResults()
The maximum number of results that are returned per call. You can use NextToken to obtain more pages
of results. The default is 100; the maximum allowed page size is also 100.
NextToken to obtain
more 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 ListSpeakerEnrollmentJobsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListSpeakerEnrollmentJobsRequest.Builder,ListSpeakerEnrollmentJobsRequest>toBuilder in class VoiceIdRequestpublic static ListSpeakerEnrollmentJobsRequest.Builder builder()
public static Class<? extends ListSpeakerEnrollmentJobsRequest.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.