@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateLiveSourceRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateLiveSourceRequest() |
Modifier and Type | Method and Description |
---|---|
CreateLiveSourceRequest |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateLiveSourceRequest |
clearTagsEntries()
Removes all the entries added into Tags.
|
CreateLiveSourceRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<HttpPackageConfiguration> |
getHttpPackageConfigurations()
A list of HTTP package configuration parameters for this live source.
|
String |
getLiveSourceName()
The identifier for the live source you are working on.
|
String |
getSourceLocationName()
The identifier for the source location you are working on.
|
Map<String,String> |
getTags()
The tags to assign to the live source.
|
int |
hashCode() |
void |
setHttpPackageConfigurations(Collection<HttpPackageConfiguration> httpPackageConfigurations)
A list of HTTP package configuration parameters for this live source.
|
void |
setLiveSourceName(String liveSourceName)
The identifier for the live source you are working on.
|
void |
setSourceLocationName(String sourceLocationName)
The identifier for the source location you are working on.
|
void |
setTags(Map<String,String> tags)
The tags to assign to the live source.
|
String |
toString()
Returns a string representation of this object.
|
CreateLiveSourceRequest |
withHttpPackageConfigurations(Collection<HttpPackageConfiguration> httpPackageConfigurations)
A list of HTTP package configuration parameters for this live source.
|
CreateLiveSourceRequest |
withHttpPackageConfigurations(HttpPackageConfiguration... httpPackageConfigurations)
A list of HTTP package configuration parameters for this live source.
|
CreateLiveSourceRequest |
withLiveSourceName(String liveSourceName)
The identifier for the live source you are working on.
|
CreateLiveSourceRequest |
withSourceLocationName(String sourceLocationName)
The identifier for the source location you are working on.
|
CreateLiveSourceRequest |
withTags(Map<String,String> tags)
The tags to assign to the live source.
|
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<HttpPackageConfiguration> getHttpPackageConfigurations()
A list of HTTP package configuration parameters for this live source.
public void setHttpPackageConfigurations(Collection<HttpPackageConfiguration> httpPackageConfigurations)
A list of HTTP package configuration parameters for this live source.
httpPackageConfigurations
- A list of HTTP package configuration parameters for this live source.public CreateLiveSourceRequest withHttpPackageConfigurations(HttpPackageConfiguration... httpPackageConfigurations)
A list of HTTP package configuration parameters for this live source.
NOTE: This method appends the values to the existing list (if any). Use
setHttpPackageConfigurations(java.util.Collection)
or
withHttpPackageConfigurations(java.util.Collection)
if you want to override the existing values.
httpPackageConfigurations
- A list of HTTP package configuration parameters for this live source.public CreateLiveSourceRequest withHttpPackageConfigurations(Collection<HttpPackageConfiguration> httpPackageConfigurations)
A list of HTTP package configuration parameters for this live source.
httpPackageConfigurations
- A list of HTTP package configuration parameters for this live source.public void setLiveSourceName(String liveSourceName)
The identifier for the live source you are working on.
liveSourceName
- The identifier for the live source you are working on.public String getLiveSourceName()
The identifier for the live source you are working on.
public CreateLiveSourceRequest withLiveSourceName(String liveSourceName)
The identifier for the live source you are working on.
liveSourceName
- The identifier for the live source you are working on.public void setSourceLocationName(String sourceLocationName)
The identifier for the source location you are working on.
sourceLocationName
- The identifier for the source location you are working on.public String getSourceLocationName()
The identifier for the source location you are working on.
public CreateLiveSourceRequest withSourceLocationName(String sourceLocationName)
The identifier for the source location you are working on.
sourceLocationName
- The identifier for the source location you are working on.public Map<String,String> getTags()
The tags to assign to the live source.
public void setTags(Map<String,String> tags)
The tags to assign to the live source.
tags
- The tags to assign to the live source.public CreateLiveSourceRequest withTags(Map<String,String> tags)
The tags to assign to the live source.
tags
- The tags to assign to the live source.public CreateLiveSourceRequest addTagsEntry(String key, String value)
public CreateLiveSourceRequest clearTagsEntries()
public String toString()
toString
in class Object
Object.toString()
public CreateLiveSourceRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()