@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateVoiceProfileRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateVoiceProfileRequest() |
Modifier and Type | Method and Description |
---|---|
CreateVoiceProfileRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getSpeakerSearchTaskId()
The ID of the speaker search task.
|
int |
hashCode() |
void |
setSpeakerSearchTaskId(String speakerSearchTaskId)
The ID of the speaker search task.
|
String |
toString()
Returns a string representation of this object.
|
CreateVoiceProfileRequest |
withSpeakerSearchTaskId(String speakerSearchTaskId)
The ID of the speaker search 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 setSpeakerSearchTaskId(String speakerSearchTaskId)
The ID of the speaker search task.
speakerSearchTaskId
- The ID of the speaker search task.public String getSpeakerSearchTaskId()
The ID of the speaker search task.
public CreateVoiceProfileRequest withSpeakerSearchTaskId(String speakerSearchTaskId)
The ID of the speaker search task.
speakerSearchTaskId
- The ID of the speaker search task.public String toString()
toString
in class Object
Object.toString()
public CreateVoiceProfileRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()