@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetPrefetchScheduleRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
GetPrefetchScheduleRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetPrefetchScheduleRequest |
clone() |
boolean |
equals(Object obj) |
String |
getName()
The identifier for the playback configuration.
|
String |
getPlaybackConfigurationName()
The name of the playback configuration.
|
int |
hashCode() |
void |
setName(String name)
The identifier for the playback configuration.
|
void |
setPlaybackConfigurationName(String playbackConfigurationName)
The name of the playback configuration.
|
String |
toString()
Returns a string representation of this object.
|
GetPrefetchScheduleRequest |
withName(String name)
The identifier for the playback configuration.
|
GetPrefetchScheduleRequest |
withPlaybackConfigurationName(String playbackConfigurationName)
The name of the playback configuration.
|
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 setName(String name)
The identifier for the playback configuration.
name - The identifier for the playback configuration.public String getName()
The identifier for the playback configuration.
public GetPrefetchScheduleRequest withName(String name)
The identifier for the playback configuration.
name - The identifier for the playback configuration.public void setPlaybackConfigurationName(String playbackConfigurationName)
The name of the playback configuration.
playbackConfigurationName - The name of the playback configuration.public String getPlaybackConfigurationName()
The name of the playback configuration.
public GetPrefetchScheduleRequest withPlaybackConfigurationName(String playbackConfigurationName)
The name of the playback configuration.
playbackConfigurationName - The name of the playback configuration.public String toString()
toString in class ObjectObject.toString()public GetPrefetchScheduleRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2021. All rights reserved.