@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartVoiceToneAnalysisTaskRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
StartVoiceToneAnalysisTaskRequest() |
Modifier and Type | Method and Description |
---|---|
StartVoiceToneAnalysisTaskRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getClientRequestToken()
The unique identifier for the client request.
|
String |
getIdentifier()
The unique identifier of the resource to be updated.
|
KinesisVideoStreamSourceTaskConfiguration |
getKinesisVideoStreamSourceTaskConfiguration()
The task configuration for the Kinesis video stream source of the media insights pipeline.
|
String |
getLanguageCode()
The language code.
|
int |
hashCode() |
void |
setClientRequestToken(String clientRequestToken)
The unique identifier for the client request.
|
void |
setIdentifier(String identifier)
The unique identifier of the resource to be updated.
|
void |
setKinesisVideoStreamSourceTaskConfiguration(KinesisVideoStreamSourceTaskConfiguration kinesisVideoStreamSourceTaskConfiguration)
The task configuration for the Kinesis video stream source of the media insights pipeline.
|
void |
setLanguageCode(String languageCode)
The language code.
|
String |
toString()
Returns a string representation of this object.
|
StartVoiceToneAnalysisTaskRequest |
withClientRequestToken(String clientRequestToken)
The unique identifier for the client request.
|
StartVoiceToneAnalysisTaskRequest |
withIdentifier(String identifier)
The unique identifier of the resource to be updated.
|
StartVoiceToneAnalysisTaskRequest |
withKinesisVideoStreamSourceTaskConfiguration(KinesisVideoStreamSourceTaskConfiguration kinesisVideoStreamSourceTaskConfiguration)
The task configuration for the Kinesis video stream source of the media insights pipeline.
|
StartVoiceToneAnalysisTaskRequest |
withLanguageCode(String languageCode)
The language code.
|
StartVoiceToneAnalysisTaskRequest |
withLanguageCode(VoiceAnalyticsLanguageCode languageCode)
The language code.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setIdentifier(String identifier)
The unique identifier of the resource to be updated. Valid values include the ID and ARN of the media insights pipeline.
identifier
- The unique identifier of the resource to be updated. Valid values include the ID and ARN of the media
insights pipeline.public String getIdentifier()
The unique identifier of the resource to be updated. Valid values include the ID and ARN of the media insights pipeline.
public StartVoiceToneAnalysisTaskRequest withIdentifier(String identifier)
The unique identifier of the resource to be updated. Valid values include the ID and ARN of the media insights pipeline.
identifier
- The unique identifier of the resource to be updated. Valid values include the ID and ARN of the media
insights pipeline.public void setLanguageCode(String languageCode)
The language code.
languageCode
- The language code.VoiceAnalyticsLanguageCode
public String getLanguageCode()
The language code.
VoiceAnalyticsLanguageCode
public StartVoiceToneAnalysisTaskRequest withLanguageCode(String languageCode)
The language code.
languageCode
- The language code.VoiceAnalyticsLanguageCode
public StartVoiceToneAnalysisTaskRequest withLanguageCode(VoiceAnalyticsLanguageCode languageCode)
The language code.
languageCode
- The language code.VoiceAnalyticsLanguageCode
public void setKinesisVideoStreamSourceTaskConfiguration(KinesisVideoStreamSourceTaskConfiguration kinesisVideoStreamSourceTaskConfiguration)
The task configuration for the Kinesis video stream source of the media insights pipeline.
kinesisVideoStreamSourceTaskConfiguration
- The task configuration for the Kinesis video stream source of the media insights pipeline.public KinesisVideoStreamSourceTaskConfiguration getKinesisVideoStreamSourceTaskConfiguration()
The task configuration for the Kinesis video stream source of the media insights pipeline.
public StartVoiceToneAnalysisTaskRequest withKinesisVideoStreamSourceTaskConfiguration(KinesisVideoStreamSourceTaskConfiguration kinesisVideoStreamSourceTaskConfiguration)
The task configuration for the Kinesis video stream source of the media insights pipeline.
kinesisVideoStreamSourceTaskConfiguration
- The task configuration for the Kinesis video stream source of the media insights pipeline.public void setClientRequestToken(String clientRequestToken)
The unique identifier for the client request. Use a different token for different voice tone analysis tasks.
clientRequestToken
- The unique identifier for the client request. Use a different token for different voice tone analysis
tasks.public String getClientRequestToken()
The unique identifier for the client request. Use a different token for different voice tone analysis tasks.
public StartVoiceToneAnalysisTaskRequest withClientRequestToken(String clientRequestToken)
The unique identifier for the client request. Use a different token for different voice tone analysis tasks.
clientRequestToken
- The unique identifier for the client request. Use a different token for different voice tone analysis
tasks.public String toString()
toString
in class Object
Object.toString()
public StartVoiceToneAnalysisTaskRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()