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