@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetMediaInsightsPipelineConfigurationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetMediaInsightsPipelineConfigurationRequest() |
Modifier and Type | Method and Description |
---|---|
GetMediaInsightsPipelineConfigurationRequest |
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 requested resource.
|
int |
hashCode() |
void |
setIdentifier(String identifier)
The unique identifier of the requested resource.
|
String |
toString()
Returns a string representation of this object.
|
GetMediaInsightsPipelineConfigurationRequest |
withIdentifier(String identifier)
The unique identifier of the requested resource.
|
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 GetMediaInsightsPipelineConfigurationRequest()
public void setIdentifier(String identifier)
The unique identifier of the requested resource. Valid values include the name and ARN of the media insights pipeline configuration.
identifier
- The unique identifier of the requested resource. Valid values include the name and ARN of the media
insights pipeline configuration.public String getIdentifier()
The unique identifier of the requested resource. Valid values include the name and ARN of the media insights pipeline configuration.
public GetMediaInsightsPipelineConfigurationRequest withIdentifier(String identifier)
The unique identifier of the requested resource. Valid values include the name and ARN of the media insights pipeline configuration.
identifier
- The unique identifier of the requested resource. Valid values include the name and ARN of the media
insights pipeline configuration.public String toString()
toString
in class Object
Object.toString()
public GetMediaInsightsPipelineConfigurationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()