@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateMediaLiveConnectorPipelineRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
CreateMediaLiveConnectorPipelineRequest() |
| Modifier and Type | Method and Description |
|---|---|
CreateMediaLiveConnectorPipelineRequest |
clone() |
boolean |
equals(Object obj) |
String |
getClientRequestToken()
The token assigned to the client making the request.
|
List<LiveConnectorSinkConfiguration> |
getSinks()
The media pipeline's data sinks.
|
List<LiveConnectorSourceConfiguration> |
getSources()
The media pipeline's data sources.
|
List<Tag> |
getTags()
The tags associated with the media pipeline.
|
int |
hashCode() |
void |
setClientRequestToken(String clientRequestToken)
The token assigned to the client making the request.
|
void |
setSinks(Collection<LiveConnectorSinkConfiguration> sinks)
The media pipeline's data sinks.
|
void |
setSources(Collection<LiveConnectorSourceConfiguration> sources)
The media pipeline's data sources.
|
void |
setTags(Collection<Tag> tags)
The tags associated with the media pipeline.
|
String |
toString()
Returns a string representation of this object.
|
CreateMediaLiveConnectorPipelineRequest |
withClientRequestToken(String clientRequestToken)
The token assigned to the client making the request.
|
CreateMediaLiveConnectorPipelineRequest |
withSinks(Collection<LiveConnectorSinkConfiguration> sinks)
The media pipeline's data sinks.
|
CreateMediaLiveConnectorPipelineRequest |
withSinks(LiveConnectorSinkConfiguration... sinks)
The media pipeline's data sinks.
|
CreateMediaLiveConnectorPipelineRequest |
withSources(Collection<LiveConnectorSourceConfiguration> sources)
The media pipeline's data sources.
|
CreateMediaLiveConnectorPipelineRequest |
withSources(LiveConnectorSourceConfiguration... sources)
The media pipeline's data sources.
|
CreateMediaLiveConnectorPipelineRequest |
withTags(Collection<Tag> tags)
The tags associated with the media pipeline.
|
CreateMediaLiveConnectorPipelineRequest |
withTags(Tag... tags)
The tags associated with the media pipeline.
|
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 CreateMediaLiveConnectorPipelineRequest()
public List<LiveConnectorSourceConfiguration> getSources()
The media pipeline's data sources.
public void setSources(Collection<LiveConnectorSourceConfiguration> sources)
The media pipeline's data sources.
sources - The media pipeline's data sources.public CreateMediaLiveConnectorPipelineRequest withSources(LiveConnectorSourceConfiguration... sources)
The media pipeline's data sources.
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 media pipeline's data sources.public CreateMediaLiveConnectorPipelineRequest withSources(Collection<LiveConnectorSourceConfiguration> sources)
The media pipeline's data sources.
sources - The media pipeline's data sources.public List<LiveConnectorSinkConfiguration> getSinks()
The media pipeline's data sinks.
public void setSinks(Collection<LiveConnectorSinkConfiguration> sinks)
The media pipeline's data sinks.
sinks - The media pipeline's data sinks.public CreateMediaLiveConnectorPipelineRequest withSinks(LiveConnectorSinkConfiguration... sinks)
The media pipeline's data sinks.
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 media pipeline's data sinks.public CreateMediaLiveConnectorPipelineRequest withSinks(Collection<LiveConnectorSinkConfiguration> sinks)
The media pipeline's data sinks.
sinks - The media pipeline's data sinks.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 CreateMediaLiveConnectorPipelineRequest 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 associated with the media pipeline.
public void setTags(Collection<Tag> tags)
The tags associated with the media pipeline.
tags - The tags associated with the media pipeline.public CreateMediaLiveConnectorPipelineRequest withTags(Tag... tags)
The tags associated with 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 associated with the media pipeline.public CreateMediaLiveConnectorPipelineRequest withTags(Collection<Tag> tags)
The tags associated with the media pipeline.
tags - The tags associated with the media pipeline.public String toString()
toString in class ObjectObject.toString()public CreateMediaLiveConnectorPipelineRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2022. All rights reserved.