@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateMediaPipelineKinesisVideoStreamPoolRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
CreateMediaPipelineKinesisVideoStreamPoolRequest() |
| Modifier and Type | Method and Description |
|---|---|
CreateMediaPipelineKinesisVideoStreamPoolRequest |
clone() |
boolean |
equals(Object obj) |
String |
getClientRequestToken()
The token assigned to the client making the request.
|
String |
getPoolName()
The name of the video stream pool.
|
KinesisVideoStreamConfiguration |
getStreamConfiguration()
The configuration settings for the video stream.
|
List<Tag> |
getTags()
The tags assigned to the video stream pool.
|
int |
hashCode() |
void |
setClientRequestToken(String clientRequestToken)
The token assigned to the client making the request.
|
void |
setPoolName(String poolName)
The name of the video stream pool.
|
void |
setStreamConfiguration(KinesisVideoStreamConfiguration streamConfiguration)
The configuration settings for the video stream.
|
void |
setTags(Collection<Tag> tags)
The tags assigned to the video stream pool.
|
String |
toString()
Returns a string representation of this object.
|
CreateMediaPipelineKinesisVideoStreamPoolRequest |
withClientRequestToken(String clientRequestToken)
The token assigned to the client making the request.
|
CreateMediaPipelineKinesisVideoStreamPoolRequest |
withPoolName(String poolName)
The name of the video stream pool.
|
CreateMediaPipelineKinesisVideoStreamPoolRequest |
withStreamConfiguration(KinesisVideoStreamConfiguration streamConfiguration)
The configuration settings for the video stream.
|
CreateMediaPipelineKinesisVideoStreamPoolRequest |
withTags(Collection<Tag> tags)
The tags assigned to the video stream pool.
|
CreateMediaPipelineKinesisVideoStreamPoolRequest |
withTags(Tag... tags)
The tags assigned to the video stream pool.
|
addHandlerContext, copyBaseTo, 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, withSdkRequestTimeoutpublic CreateMediaPipelineKinesisVideoStreamPoolRequest()
public void setStreamConfiguration(KinesisVideoStreamConfiguration streamConfiguration)
The configuration settings for the video stream.
streamConfiguration - The configuration settings for the video stream.public KinesisVideoStreamConfiguration getStreamConfiguration()
The configuration settings for the video stream.
public CreateMediaPipelineKinesisVideoStreamPoolRequest withStreamConfiguration(KinesisVideoStreamConfiguration streamConfiguration)
The configuration settings for the video stream.
streamConfiguration - The configuration settings for the video stream.public void setPoolName(String poolName)
The name of the video stream pool.
poolName - The name of the video stream pool.public String getPoolName()
The name of the video stream pool.
public CreateMediaPipelineKinesisVideoStreamPoolRequest withPoolName(String poolName)
The name of the video stream pool.
poolName - The name of the video stream pool.public void setClientRequestToken(String clientRequestToken)
The token assigned to the client making the request.
clientRequestToken - The token assigned to the client making the request.public String getClientRequestToken()
The token assigned to the client making the request.
public CreateMediaPipelineKinesisVideoStreamPoolRequest withClientRequestToken(String clientRequestToken)
The token assigned to the client making the request.
clientRequestToken - The token assigned to the client making the request.public List<Tag> getTags()
The tags assigned to the video stream pool.
public void setTags(Collection<Tag> tags)
The tags assigned to the video stream pool.
tags - The tags assigned to the video stream pool.public CreateMediaPipelineKinesisVideoStreamPoolRequest withTags(Tag... tags)
The tags assigned to the video stream pool.
NOTE: This method appends the values to the existing list (if any). Use
setTags(java.util.Collection) or withTags(java.util.Collection) if you want to override the
existing values.
tags - The tags assigned to the video stream pool.public CreateMediaPipelineKinesisVideoStreamPoolRequest withTags(Collection<Tag> tags)
The tags assigned to the video stream pool.
tags - The tags assigned to the video stream pool.public String toString()
toString in class ObjectObject.toString()public CreateMediaPipelineKinesisVideoStreamPoolRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2024. All rights reserved.