@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetVoiceToneAnalysisTaskRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
GetVoiceToneAnalysisTaskRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetVoiceToneAnalysisTaskRequest |
clone() |
boolean |
equals(Object obj) |
String |
getIdentifier()
The unique identifier of the resource to be updated.
|
String |
getVoiceToneAnalysisTaskId()
The ID of the voice tone anlysis task.
|
int |
hashCode() |
void |
setIdentifier(String identifier)
The unique identifier of the resource to be updated.
|
void |
setVoiceToneAnalysisTaskId(String voiceToneAnalysisTaskId)
The ID of the voice tone anlysis task.
|
String |
toString()
Returns a string representation of this object.
|
GetVoiceToneAnalysisTaskRequest |
withIdentifier(String identifier)
The unique identifier of the resource to be updated.
|
GetVoiceToneAnalysisTaskRequest |
withVoiceToneAnalysisTaskId(String voiceToneAnalysisTaskId)
The ID of the voice tone anlysis task.
|
addHandlerContext, copyBaseTo, 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, withSdkRequestTimeoutpublic 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 GetVoiceToneAnalysisTaskRequest 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 setVoiceToneAnalysisTaskId(String voiceToneAnalysisTaskId)
The ID of the voice tone anlysis task.
voiceToneAnalysisTaskId - The ID of the voice tone anlysis task.public String getVoiceToneAnalysisTaskId()
The ID of the voice tone anlysis task.
public GetVoiceToneAnalysisTaskRequest withVoiceToneAnalysisTaskId(String voiceToneAnalysisTaskId)
The ID of the voice tone anlysis task.
voiceToneAnalysisTaskId - The ID of the voice tone anlysis task.public String toString()
toString in class ObjectObject.toString()public GetVoiceToneAnalysisTaskRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2023. All rights reserved.