@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateVodSourceRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
CreateVodSourceRequest() |
| Modifier and Type | Method and Description |
|---|---|
CreateVodSourceRequest |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateVodSourceRequest |
clearTagsEntries()
Removes all the entries added into Tags.
|
CreateVodSourceRequest |
clone() |
boolean |
equals(Object obj) |
List<HttpPackageConfiguration> |
getHttpPackageConfigurations()
A list of HTTP package configuration parameters for this VOD source.
|
String |
getSourceLocationName()
The identifier for the source location you are working on.
|
Map<String,String> |
getTags()
The tags to assign to the VOD source.
|
String |
getVodSourceName()
The identifier for the VOD source you are working on.
|
int |
hashCode() |
void |
setHttpPackageConfigurations(Collection<HttpPackageConfiguration> httpPackageConfigurations)
A list of HTTP package configuration parameters for this VOD source.
|
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 VOD source.
|
void |
setVodSourceName(String vodSourceName)
The identifier for the VOD source you are working on.
|
String |
toString()
Returns a string representation of this object.
|
CreateVodSourceRequest |
withHttpPackageConfigurations(Collection<HttpPackageConfiguration> httpPackageConfigurations)
A list of HTTP package configuration parameters for this VOD source.
|
CreateVodSourceRequest |
withHttpPackageConfigurations(HttpPackageConfiguration... httpPackageConfigurations)
A list of HTTP package configuration parameters for this VOD source.
|
CreateVodSourceRequest |
withSourceLocationName(String sourceLocationName)
The identifier for the source location you are working on.
|
CreateVodSourceRequest |
withTags(Map<String,String> tags)
The tags to assign to the VOD source.
|
CreateVodSourceRequest |
withVodSourceName(String vodSourceName)
The identifier for the VOD source you are working on.
|
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 List<HttpPackageConfiguration> getHttpPackageConfigurations()
A list of HTTP package configuration parameters for this VOD source.
public void setHttpPackageConfigurations(Collection<HttpPackageConfiguration> httpPackageConfigurations)
A list of HTTP package configuration parameters for this VOD source.
httpPackageConfigurations - A list of HTTP package configuration parameters for this VOD source.public CreateVodSourceRequest withHttpPackageConfigurations(HttpPackageConfiguration... httpPackageConfigurations)
A list of HTTP package configuration parameters for this VOD 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 VOD source.public CreateVodSourceRequest withHttpPackageConfigurations(Collection<HttpPackageConfiguration> httpPackageConfigurations)
A list of HTTP package configuration parameters for this VOD source.
httpPackageConfigurations - A list of HTTP package configuration parameters for this VOD source.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 CreateVodSourceRequest 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 VOD source.
public void setTags(Map<String,String> tags)
The tags to assign to the VOD source.
tags - The tags to assign to the VOD source.public CreateVodSourceRequest withTags(Map<String,String> tags)
The tags to assign to the VOD source.
tags - The tags to assign to the VOD source.public CreateVodSourceRequest addTagsEntry(String key, String value)
public CreateVodSourceRequest clearTagsEntries()
public void setVodSourceName(String vodSourceName)
The identifier for the VOD source you are working on.
vodSourceName - The identifier for the VOD source you are working on.public String getVodSourceName()
The identifier for the VOD source you are working on.
public CreateVodSourceRequest withVodSourceName(String vodSourceName)
The identifier for the VOD source you are working on.
vodSourceName - The identifier for the VOD source you are working on.public String toString()
toString in class ObjectObject.toString()public CreateVodSourceRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2022. All rights reserved.