@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()
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<LiveConnectorSinkConfiguration> |
getSinks()
The media live connector pipeline's data sinks.
|
List<LiveConnectorSourceConfiguration> |
getSources()
The media live connector pipeline's data sources.
|
List<Tag> |
getTags()
The tags associated with the media live connector pipeline.
|
int |
hashCode() |
void |
setClientRequestToken(String clientRequestToken)
The token assigned to the client making the request.
|
void |
setSinks(Collection<LiveConnectorSinkConfiguration> sinks)
The media live connector pipeline's data sinks.
|
void |
setSources(Collection<LiveConnectorSourceConfiguration> sources)
The media live connector pipeline's data sources.
|
void |
setTags(Collection<Tag> tags)
The tags associated with the media live connector 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 live connector pipeline's data sinks.
|
CreateMediaLiveConnectorPipelineRequest |
withSinks(LiveConnectorSinkConfiguration... sinks)
The media live connector pipeline's data sinks.
|
CreateMediaLiveConnectorPipelineRequest |
withSources(Collection<LiveConnectorSourceConfiguration> sources)
The media live connector pipeline's data sources.
|
CreateMediaLiveConnectorPipelineRequest |
withSources(LiveConnectorSourceConfiguration... sources)
The media live connector pipeline's data sources.
|
CreateMediaLiveConnectorPipelineRequest |
withTags(Collection<Tag> tags)
The tags associated with the media live connector pipeline.
|
CreateMediaLiveConnectorPipelineRequest |
withTags(Tag... tags)
The tags associated with the media live connector 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 CreateMediaLiveConnectorPipelineRequest()
public List<LiveConnectorSourceConfiguration> getSources()
The media live connector pipeline's data sources.
public void setSources(Collection<LiveConnectorSourceConfiguration> sources)
The media live connector pipeline's data sources.
sources
- The media live connector pipeline's data sources.public CreateMediaLiveConnectorPipelineRequest withSources(LiveConnectorSourceConfiguration... sources)
The media live connector 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 live connector pipeline's data sources.public CreateMediaLiveConnectorPipelineRequest withSources(Collection<LiveConnectorSourceConfiguration> sources)
The media live connector pipeline's data sources.
sources
- The media live connector pipeline's data sources.public List<LiveConnectorSinkConfiguration> getSinks()
The media live connector pipeline's data sinks.
public void setSinks(Collection<LiveConnectorSinkConfiguration> sinks)
The media live connector pipeline's data sinks.
sinks
- The media live connector pipeline's data sinks.public CreateMediaLiveConnectorPipelineRequest withSinks(LiveConnectorSinkConfiguration... sinks)
The media live connector 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 live connector pipeline's data sinks.public CreateMediaLiveConnectorPipelineRequest withSinks(Collection<LiveConnectorSinkConfiguration> sinks)
The media live connector pipeline's data sinks.
sinks
- The media live connector 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 live connector pipeline.
public void setTags(Collection<Tag> tags)
The tags associated with the media live connector pipeline.
tags
- The tags associated with the media live connector pipeline.public CreateMediaLiveConnectorPipelineRequest withTags(Tag... tags)
The tags associated with the media live connector 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 live connector pipeline.public CreateMediaLiveConnectorPipelineRequest withTags(Collection<Tag> tags)
The tags associated with the media live connector pipeline.
tags
- The tags associated with the media live connector pipeline.public String toString()
toString
in class Object
Object.toString()
public CreateMediaLiveConnectorPipelineRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()