@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()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getIdentifier()
The unique identifier of the resource to be updated.
|
String |
getVoiceToneAnalysisTaskId()
The ID of the voice tone analysis 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 analysis 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 analysis task.
|
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 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 analysis task.
voiceToneAnalysisTaskId
- The ID of the voice tone analysis task.public String getVoiceToneAnalysisTaskId()
The ID of the voice tone analysis task.
public GetVoiceToneAnalysisTaskRequest withVoiceToneAnalysisTaskId(String voiceToneAnalysisTaskId)
The ID of the voice tone analysis task.
voiceToneAnalysisTaskId
- The ID of the voice tone analysis task.public String toString()
toString
in class Object
Object.toString()
public GetVoiceToneAnalysisTaskRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()