@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()
A list of HTTP package configurations for the VOD source on this account.
|
String |
getSourceLocationName()
The name of the source location associated with this VOD Source.
|
String |
getVodSourceName()
The name of the VOD source.
|
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 name of the source location associated with this VOD Source.
|
void |
setVodSourceName(String vodSourceName)
The name of the VOD source.
|
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 name of the source location associated with this VOD Source.
|
UpdateVodSourceRequest |
withVodSourceName(String vodSourceName)
The name of the VOD 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 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 name of the source location associated with this VOD Source.
sourceLocationName
- The name of the source location associated with this VOD Source.public String getSourceLocationName()
The name of the source location associated with this VOD Source.
public UpdateVodSourceRequest withSourceLocationName(String sourceLocationName)
The name of the source location associated with this VOD Source.
sourceLocationName
- The name of the source location associated with this VOD Source.public void setVodSourceName(String vodSourceName)
The name of the VOD source.
vodSourceName
- The name of the VOD source.public String getVodSourceName()
The name of the VOD source.
public UpdateVodSourceRequest withVodSourceName(String vodSourceName)
The name of the VOD source.
vodSourceName
- The name of the VOD source.public String toString()
toString
in class Object
Object.toString()
public UpdateVodSourceRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()