@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 name of the live source.
|
String |
getSourceLocationName()
The name of the source location.
|
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 name of the live source.
|
void |
setSourceLocationName(String sourceLocationName)
The name of the source location.
|
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 name of the live source.
|
CreateLiveSourceRequest |
withSourceLocationName(String sourceLocationName)
The name of the source location.
|
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 name of the live source.
liveSourceName
- The name of the live source.public String getLiveSourceName()
The name of the live source.
public CreateLiveSourceRequest withLiveSourceName(String liveSourceName)
The name of the live source.
liveSourceName
- The name of the live source.public void setSourceLocationName(String sourceLocationName)
The name of the source location.
sourceLocationName
- The name of the source location.public String getSourceLocationName()
The name of the source location.
public CreateLiveSourceRequest withSourceLocationName(String sourceLocationName)
The name of the source location.
sourceLocationName
- The name of the source location.public Map<String,String> getTags()
The tags to assign to the live source. Tags are key-value pairs that you can associate with Amazon resources to help with organization, access control, and cost tracking. For more information, see Tagging AWS Elemental MediaTailor Resources.
public void setTags(Map<String,String> tags)
The tags to assign to the live source. Tags are key-value pairs that you can associate with Amazon resources to help with organization, access control, and cost tracking. For more information, see Tagging AWS Elemental MediaTailor Resources.
tags
- The tags to assign to the live source. Tags are key-value pairs that you can associate with Amazon
resources to help with organization, access control, and cost tracking. For more information, see Tagging AWS Elemental MediaTailor
Resources.public CreateLiveSourceRequest withTags(Map<String,String> tags)
The tags to assign to the live source. Tags are key-value pairs that you can associate with Amazon resources to help with organization, access control, and cost tracking. For more information, see Tagging AWS Elemental MediaTailor Resources.
tags
- The tags to assign to the live source. Tags are key-value pairs that you can associate with Amazon
resources to help with organization, access control, and cost tracking. For more information, see Tagging AWS Elemental MediaTailor
Resources.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()