@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeVodSourceRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeVodSourceRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeVodSourceRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getSourceLocationName()
The name of the source location associated with this VOD Source.
|
String |
getVodSourceName()
The name of the VOD Source.
|
int |
hashCode() |
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.
|
DescribeVodSourceRequest |
withSourceLocationName(String sourceLocationName)
The name of the source location associated with this VOD Source.
|
DescribeVodSourceRequest |
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 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 DescribeVodSourceRequest 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 DescribeVodSourceRequest 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 DescribeVodSourceRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()