@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeletePrefetchScheduleRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DeletePrefetchScheduleRequest() |
| Modifier and Type | Method and Description |
|---|---|
DeletePrefetchScheduleRequest |
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.
|
DeletePrefetchScheduleRequest |
withName(String name)
The identifier for the playback configuration.
|
DeletePrefetchScheduleRequest |
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 DeletePrefetchScheduleRequest 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 DeletePrefetchScheduleRequest 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 DeletePrefetchScheduleRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2022. All rights reserved.