@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetSpeakerSearchTaskRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetSpeakerSearchTaskRequest() |
Modifier and Type | Method and Description |
---|---|
GetSpeakerSearchTaskRequest |
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 |
getSpeakerSearchTaskId()
The ID of the speaker search task.
|
int |
hashCode() |
void |
setIdentifier(String identifier)
The unique identifier of the resource to be updated.
|
void |
setSpeakerSearchTaskId(String speakerSearchTaskId)
The ID of the speaker search task.
|
String |
toString()
Returns a string representation of this object.
|
GetSpeakerSearchTaskRequest |
withIdentifier(String identifier)
The unique identifier of the resource to be updated.
|
GetSpeakerSearchTaskRequest |
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 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 GetSpeakerSearchTaskRequest 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 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 GetSpeakerSearchTaskRequest 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 GetSpeakerSearchTaskRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()