@Generated(value="software.amazon.awssdk:codegen") public final class StartSpeakerSearchTaskRequest extends ChimeSdkMediaPipelinesRequest implements ToCopyableBuilder<StartSpeakerSearchTaskRequest.Builder,StartSpeakerSearchTaskRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
StartSpeakerSearchTaskRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static StartSpeakerSearchTaskRequest.Builder |
builder() |
String |
clientRequestToken()
The unique identifier for the client request.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
identifier()
The unique identifier of the resource to be updated.
|
KinesisVideoStreamSourceTaskConfiguration |
kinesisVideoStreamSourceTaskConfiguration()
The task configuration for the Kinesis video stream source of the media insights pipeline.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends StartSpeakerSearchTaskRequest.Builder> |
serializableBuilderClass() |
StartSpeakerSearchTaskRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
voiceProfileDomainArn()
The ARN of the voice profile domain that will store the voice profile.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String identifier()
The unique identifier of the resource to be updated. Valid values include the ID and ARN of the media insights pipeline.
public final String voiceProfileDomainArn()
The ARN of the voice profile domain that will store the voice profile.
public final KinesisVideoStreamSourceTaskConfiguration kinesisVideoStreamSourceTaskConfiguration()
The task configuration for the Kinesis video stream source of the media insights pipeline.
public final String clientRequestToken()
The unique identifier for the client request. Use a different token for different speaker search tasks.
public StartSpeakerSearchTaskRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<StartSpeakerSearchTaskRequest.Builder,StartSpeakerSearchTaskRequest>toBuilder in class ChimeSdkMediaPipelinesRequestpublic static StartSpeakerSearchTaskRequest.Builder builder()
public static Class<? extends StartSpeakerSearchTaskRequest.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.