@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateLiveSourceRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateLiveSourceRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateLiveSourceRequest |
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 live source on this account.
|
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 |
setHttpPackageConfigurations(Collection<HttpPackageConfiguration> httpPackageConfigurations)
A list of HTTP package configurations for the live source on this account.
|
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.
|
UpdateLiveSourceRequest |
withHttpPackageConfigurations(Collection<HttpPackageConfiguration> httpPackageConfigurations)
A list of HTTP package configurations for the live source on this account.
|
UpdateLiveSourceRequest |
withHttpPackageConfigurations(HttpPackageConfiguration... httpPackageConfigurations)
A list of HTTP package configurations for the live source on this account.
|
UpdateLiveSourceRequest |
withLiveSourceName(String liveSourceName)
The identifier for the live source you are working on.
|
UpdateLiveSourceRequest |
withSourceLocationName(String sourceLocationName)
The identifier for the source location 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()
A list of HTTP package configurations for the live source on this account.
public void setHttpPackageConfigurations(Collection<HttpPackageConfiguration> httpPackageConfigurations)
A list of HTTP package configurations for the live source on this account.
httpPackageConfigurations
- A list of HTTP package configurations for the live source on this account.public UpdateLiveSourceRequest withHttpPackageConfigurations(HttpPackageConfiguration... httpPackageConfigurations)
A list of HTTP package configurations for the live 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 live source on this account.public UpdateLiveSourceRequest withHttpPackageConfigurations(Collection<HttpPackageConfiguration> httpPackageConfigurations)
A list of HTTP package configurations for the live source on this account.
httpPackageConfigurations
- A list of HTTP package configurations for the live source on this account.public 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 UpdateLiveSourceRequest 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 UpdateLiveSourceRequest 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 Object
Object.toString()
public UpdateLiveSourceRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()