@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateVodSourceRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
UpdateVodSourceRequest() |
| Modifier and Type | Method and Description |
|---|---|
UpdateVodSourceRequest |
clone() |
boolean |
equals(Object obj) |
List<HttpPackageConfiguration> |
getHttpPackageConfigurations()
A list of HTTP package configurations for the VOD source on this account.
|
String |
getSourceLocationName()
The identifier for the source location you are working on.
|
String |
getVodSourceName()
The identifier for the VOD source you are working on.
|
int |
hashCode() |
void |
setHttpPackageConfigurations(Collection<HttpPackageConfiguration> httpPackageConfigurations)
A list of HTTP package configurations for the VOD source on this account.
|
void |
setSourceLocationName(String sourceLocationName)
The identifier for the source location you are working on.
|
void |
setVodSourceName(String vodSourceName)
The identifier for the VOD source you are working on.
|
String |
toString()
Returns a string representation of this object.
|
UpdateVodSourceRequest |
withHttpPackageConfigurations(Collection<HttpPackageConfiguration> httpPackageConfigurations)
A list of HTTP package configurations for the VOD source on this account.
|
UpdateVodSourceRequest |
withHttpPackageConfigurations(HttpPackageConfiguration... httpPackageConfigurations)
A list of HTTP package configurations for the VOD source on this account.
|
UpdateVodSourceRequest |
withSourceLocationName(String sourceLocationName)
The identifier for the source location you are working on.
|
UpdateVodSourceRequest |
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 configurations for the VOD source on this account.
public void setHttpPackageConfigurations(Collection<HttpPackageConfiguration> httpPackageConfigurations)
A list of HTTP package configurations for the VOD source on this account.
httpPackageConfigurations - A list of HTTP package configurations for the VOD source on this account.public UpdateVodSourceRequest withHttpPackageConfigurations(HttpPackageConfiguration... httpPackageConfigurations)
A list of HTTP package configurations for the VOD source on this account.
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 configurations for the VOD source on this account.public UpdateVodSourceRequest withHttpPackageConfigurations(Collection<HttpPackageConfiguration> httpPackageConfigurations)
A list of HTTP package configurations for the VOD source on this account.
httpPackageConfigurations - A list of HTTP package configurations for the VOD source on this account.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 UpdateVodSourceRequest 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 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 UpdateVodSourceRequest 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 UpdateVodSourceRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2022. All rights reserved.