@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetMediaPipelineKinesisVideoStreamPoolRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetMediaPipelineKinesisVideoStreamPoolRequest() |
Modifier and Type | Method and Description |
---|---|
GetMediaPipelineKinesisVideoStreamPoolRequest |
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.
|
GetMediaPipelineKinesisVideoStreamPoolRequest |
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 GetMediaPipelineKinesisVideoStreamPoolRequest()
public void setIdentifier(String identifier)
The unique identifier of the requested resource. Valid values include the name and ARN of the media pipeline Kinesis Video Stream pool.
identifier
- The unique identifier of the requested resource. Valid values include the name and ARN of the media
pipeline Kinesis Video Stream pool.public String getIdentifier()
The unique identifier of the requested resource. Valid values include the name and ARN of the media pipeline Kinesis Video Stream pool.
public GetMediaPipelineKinesisVideoStreamPoolRequest withIdentifier(String identifier)
The unique identifier of the requested resource. Valid values include the name and ARN of the media pipeline Kinesis Video Stream pool.
identifier
- The unique identifier of the requested resource. Valid values include the name and ARN of the media
pipeline Kinesis Video Stream pool.public String toString()
toString
in class Object
Object.toString()
public GetMediaPipelineKinesisVideoStreamPoolRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()