Class StartSpeakerSearchTaskRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.chimesdkmediapipelines.model.ChimeSdkMediaPipelinesRequest
-
- software.amazon.awssdk.services.chimesdkmediapipelines.model.StartSpeakerSearchTaskRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<StartSpeakerSearchTaskRequest.Builder,StartSpeakerSearchTaskRequest>
@Generated("software.amazon.awssdk:codegen") public final class StartSpeakerSearchTaskRequest extends ChimeSdkMediaPipelinesRequest implements ToCopyableBuilder<StartSpeakerSearchTaskRequest.Builder,StartSpeakerSearchTaskRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceStartSpeakerSearchTaskRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static StartSpeakerSearchTaskRequest.Builderbuilder()StringclientRequestToken()The unique identifier for the client request.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringidentifier()The unique identifier of the resource to be updated.KinesisVideoStreamSourceTaskConfigurationkinesisVideoStreamSourceTaskConfiguration()The task configuration for the Kinesis video stream source of the media insights pipeline.List<SdkField<?>>sdkFields()static Class<? extends StartSpeakerSearchTaskRequest.Builder>serializableBuilderClass()StartSpeakerSearchTaskRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.StringvoiceProfileDomainArn()The ARN of the voice profile domain that will store the voice profile.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
identifier
public final String identifier()
The unique identifier of the resource to be updated. Valid values include the ID and ARN of the media insights pipeline.
- Returns:
- The unique identifier of the resource to be updated. Valid values include the ID and ARN of the media insights pipeline.
-
voiceProfileDomainArn
public final String voiceProfileDomainArn()
The ARN of the voice profile domain that will store the voice profile.
- Returns:
- The ARN of the voice profile domain that will store the voice profile.
-
kinesisVideoStreamSourceTaskConfiguration
public final KinesisVideoStreamSourceTaskConfiguration kinesisVideoStreamSourceTaskConfiguration()
The task configuration for the Kinesis video stream source of the media insights pipeline.
- Returns:
- The task configuration for the Kinesis video stream source of the media insights pipeline.
-
clientRequestToken
public final String clientRequestToken()
The unique identifier for the client request. Use a different token for different speaker search tasks.
- Returns:
- The unique identifier for the client request. Use a different token for different speaker search tasks.
-
toBuilder
public StartSpeakerSearchTaskRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<StartSpeakerSearchTaskRequest.Builder,StartSpeakerSearchTaskRequest>- Specified by:
toBuilderin classChimeSdkMediaPipelinesRequest
-
builder
public static StartSpeakerSearchTaskRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends StartSpeakerSearchTaskRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
-