@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeLiveSourceRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DescribeLiveSourceRequest() |
| Modifier and Type | Method and Description |
|---|---|
DescribeLiveSourceRequest |
clone() |
boolean |
equals(Object obj) |
String |
getLiveSourceName()
The identifier for the live source you are working on.
|
String |
getSourceLocationName()
The identifier for the source location you are working on.
|
int |
hashCode() |
void |
setLiveSourceName(String liveSourceName)
The identifier for the live source you are working on.
|
void |
setSourceLocationName(String sourceLocationName)
The identifier for the source location you are working on.
|
String |
toString()
Returns a string representation of this object.
|
DescribeLiveSourceRequest |
withLiveSourceName(String liveSourceName)
The identifier for the live source you are working on.
|
DescribeLiveSourceRequest |
withSourceLocationName(String sourceLocationName)
The identifier for the source location 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 void setLiveSourceName(String liveSourceName)
The identifier for the live source you are working on.
liveSourceName - The identifier for the live source you are working on.public String getLiveSourceName()
The identifier for the live source you are working on.
public DescribeLiveSourceRequest withLiveSourceName(String liveSourceName)
The identifier for the live source you are working on.
liveSourceName - The identifier for the live source you are working on.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 DescribeLiveSourceRequest 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 String toString()
toString in class ObjectObject.toString()public DescribeLiveSourceRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2022. All rights reserved.