@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) |
Boolean |
getIsCaller()
Specifies whether the voice being analyzed is the caller (originator) or the callee (responder).
|
String |
getVoiceConnectorId()
The Voice Connector ID.
|
String |
getVoiceToneAnalysisTaskId()
The ID of the voice tone anlysis task.
|
int |
hashCode() |
Boolean |
isCaller()
Specifies whether the voice being analyzed is the caller (originator) or the callee (responder).
|
void |
setIsCaller(Boolean isCaller)
Specifies whether the voice being analyzed is the caller (originator) or the callee (responder).
|
void |
setVoiceConnectorId(String voiceConnectorId)
The Voice Connector ID.
|
void |
setVoiceToneAnalysisTaskId(String voiceToneAnalysisTaskId)
The ID of the voice tone anlysis task.
|
String |
toString()
Returns a string representation of this object.
|
GetVoiceToneAnalysisTaskRequest |
withIsCaller(Boolean isCaller)
Specifies whether the voice being analyzed is the caller (originator) or the callee (responder).
|
GetVoiceToneAnalysisTaskRequest |
withVoiceConnectorId(String voiceConnectorId)
The Voice Connector ID.
|
GetVoiceToneAnalysisTaskRequest |
withVoiceToneAnalysisTaskId(String voiceToneAnalysisTaskId)
The ID of the voice tone anlysis 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 setVoiceConnectorId(String voiceConnectorId)
The Voice Connector ID.
voiceConnectorId
- The Voice Connector ID.public String getVoiceConnectorId()
The Voice Connector ID.
public GetVoiceToneAnalysisTaskRequest withVoiceConnectorId(String voiceConnectorId)
The Voice Connector ID.
voiceConnectorId
- The Voice Connector ID.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 void setIsCaller(Boolean isCaller)
Specifies whether the voice being analyzed is the caller (originator) or the callee (responder).
isCaller
- Specifies whether the voice being analyzed is the caller (originator) or the callee (responder).public Boolean getIsCaller()
Specifies whether the voice being analyzed is the caller (originator) or the callee (responder).
public GetVoiceToneAnalysisTaskRequest withIsCaller(Boolean isCaller)
Specifies whether the voice being analyzed is the caller (originator) or the callee (responder).
isCaller
- Specifies whether the voice being analyzed is the caller (originator) or the callee (responder).public Boolean isCaller()
Specifies whether the voice being analyzed is the caller (originator) or the callee (responder).
public String toString()
toString
in class Object
Object.toString()
public GetVoiceToneAnalysisTaskRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()