@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()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<HttpPackageConfiguration> |
getHttpPackageConfigurations()
An array 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)
An array 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)
An array of HTTP package configurations for the VOD source on this account.
|
UpdateVodSourceRequest |
withHttpPackageConfigurations(HttpPackageConfiguration... httpPackageConfigurations)
An array 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, 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()
An array of HTTP package configurations for the VOD source on this account.
public void setHttpPackageConfigurations(Collection<HttpPackageConfiguration> httpPackageConfigurations)
An array of HTTP package configurations for the VOD source on this account.
httpPackageConfigurations
- An array of HTTP package configurations for the VOD source on this account.public UpdateVodSourceRequest withHttpPackageConfigurations(HttpPackageConfiguration... httpPackageConfigurations)
An array 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
- An array of HTTP package configurations for the VOD source on this account.public UpdateVodSourceRequest withHttpPackageConfigurations(Collection<HttpPackageConfiguration> httpPackageConfigurations)
An array of HTTP package configurations for the VOD source on this account.
httpPackageConfigurations
- An array 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 Object
Object.toString()
public UpdateVodSourceRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()