@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateVoiceProfileRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateVoiceProfileRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateVoiceProfileRequest |
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.
|
String |
getVoiceProfileId()
The profile ID.
|
int |
hashCode() |
void |
setSpeakerSearchTaskId(String speakerSearchTaskId)
The ID of the speaker search task.
|
void |
setVoiceProfileId(String voiceProfileId)
The profile ID.
|
String |
toString()
Returns a string representation of this object.
|
UpdateVoiceProfileRequest |
withSpeakerSearchTaskId(String speakerSearchTaskId)
The ID of the speaker search task.
|
UpdateVoiceProfileRequest |
withVoiceProfileId(String voiceProfileId)
The profile ID.
|
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 setVoiceProfileId(String voiceProfileId)
The profile ID.
voiceProfileId
- The profile ID.public String getVoiceProfileId()
The profile ID.
public UpdateVoiceProfileRequest withVoiceProfileId(String voiceProfileId)
The profile ID.
voiceProfileId
- The profile ID.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 UpdateVoiceProfileRequest 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 UpdateVoiceProfileRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()