@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateMediaStreamPipelineRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateMediaStreamPipelineRequest() |
Modifier and Type | Method and Description |
---|---|
CreateMediaStreamPipelineRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getClientRequestToken()
The token assigned to the client making the request.
|
List<MediaStreamSink> |
getSinks()
The data sink for the media pipeline.
|
List<MediaStreamSource> |
getSources()
The data sources for the media pipeline.
|
List<Tag> |
getTags()
The tags assigned to the media pipeline.
|
int |
hashCode() |
void |
setClientRequestToken(String clientRequestToken)
The token assigned to the client making the request.
|
void |
setSinks(Collection<MediaStreamSink> sinks)
The data sink for the media pipeline.
|
void |
setSources(Collection<MediaStreamSource> sources)
The data sources for the media pipeline.
|
void |
setTags(Collection<Tag> tags)
The tags assigned to the media pipeline.
|
String |
toString()
Returns a string representation of this object.
|
CreateMediaStreamPipelineRequest |
withClientRequestToken(String clientRequestToken)
The token assigned to the client making the request.
|
CreateMediaStreamPipelineRequest |
withSinks(Collection<MediaStreamSink> sinks)
The data sink for the media pipeline.
|
CreateMediaStreamPipelineRequest |
withSinks(MediaStreamSink... sinks)
The data sink for the media pipeline.
|
CreateMediaStreamPipelineRequest |
withSources(Collection<MediaStreamSource> sources)
The data sources for the media pipeline.
|
CreateMediaStreamPipelineRequest |
withSources(MediaStreamSource... sources)
The data sources for the media pipeline.
|
CreateMediaStreamPipelineRequest |
withTags(Collection<Tag> tags)
The tags assigned to the media pipeline.
|
CreateMediaStreamPipelineRequest |
withTags(Tag... tags)
The tags assigned to the media pipeline.
|
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 List<MediaStreamSource> getSources()
The data sources for the media pipeline.
public void setSources(Collection<MediaStreamSource> sources)
The data sources for the media pipeline.
sources
- The data sources for the media pipeline.public CreateMediaStreamPipelineRequest withSources(MediaStreamSource... sources)
The data sources for the media pipeline.
NOTE: This method appends the values to the existing list (if any). Use
setSources(java.util.Collection)
or withSources(java.util.Collection)
if you want to override
the existing values.
sources
- The data sources for the media pipeline.public CreateMediaStreamPipelineRequest withSources(Collection<MediaStreamSource> sources)
The data sources for the media pipeline.
sources
- The data sources for the media pipeline.public List<MediaStreamSink> getSinks()
The data sink for the media pipeline.
public void setSinks(Collection<MediaStreamSink> sinks)
The data sink for the media pipeline.
sinks
- The data sink for the media pipeline.public CreateMediaStreamPipelineRequest withSinks(MediaStreamSink... sinks)
The data sink for the media pipeline.
NOTE: This method appends the values to the existing list (if any). Use
setSinks(java.util.Collection)
or withSinks(java.util.Collection)
if you want to override the
existing values.
sinks
- The data sink for the media pipeline.public CreateMediaStreamPipelineRequest withSinks(Collection<MediaStreamSink> sinks)
The data sink for the media pipeline.
sinks
- The data sink for the media pipeline.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 CreateMediaStreamPipelineRequest 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 media pipeline.
public void setTags(Collection<Tag> tags)
The tags assigned to the media pipeline.
tags
- The tags assigned to the media pipeline.public CreateMediaStreamPipelineRequest withTags(Tag... tags)
The tags assigned to the media pipeline.
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 media pipeline.public CreateMediaStreamPipelineRequest withTags(Collection<Tag> tags)
The tags assigned to the media pipeline.
tags
- The tags assigned to the media pipeline.public String toString()
toString
in class Object
Object.toString()
public CreateMediaStreamPipelineRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()