@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()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getName()
The name of the prefetch schedule.
|
String |
getPlaybackConfigurationName()
Returns information about the prefetch schedule for a specific playback configuration.
|
int |
hashCode() |
void |
setName(String name)
The name of the prefetch schedule.
|
void |
setPlaybackConfigurationName(String playbackConfigurationName)
Returns information about the prefetch schedule for a specific playback configuration.
|
String |
toString()
Returns a string representation of this object.
|
GetPrefetchScheduleRequest |
withName(String name)
The name of the prefetch schedule.
|
GetPrefetchScheduleRequest |
withPlaybackConfigurationName(String playbackConfigurationName)
Returns information about the prefetch schedule for a specific playback configuration.
|
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, withSdkRequestTimeoutpublic void setName(String name)
The name of the prefetch schedule. The name must be unique among all prefetch schedules that are associated with the specified playback configuration.
name - The name of the prefetch schedule. The name must be unique among all prefetch schedules that are
associated with the specified playback configuration.public String getName()
The name of the prefetch schedule. The name must be unique among all prefetch schedules that are associated with the specified playback configuration.
public GetPrefetchScheduleRequest withName(String name)
The name of the prefetch schedule. The name must be unique among all prefetch schedules that are associated with the specified playback configuration.
name - The name of the prefetch schedule. The name must be unique among all prefetch schedules that are
associated with the specified playback configuration.public void setPlaybackConfigurationName(String playbackConfigurationName)
Returns information about the prefetch schedule for a specific playback configuration. If you call
GetPrefetchSchedule on an expired prefetch schedule, MediaTailor returns an HTTP 404 status code.
playbackConfigurationName - Returns information about the prefetch schedule for a specific playback configuration. If you call
GetPrefetchSchedule on an expired prefetch schedule, MediaTailor returns an HTTP 404 status
code.public String getPlaybackConfigurationName()
Returns information about the prefetch schedule for a specific playback configuration. If you call
GetPrefetchSchedule on an expired prefetch schedule, MediaTailor returns an HTTP 404 status code.
GetPrefetchSchedule on an expired prefetch schedule, MediaTailor returns an HTTP 404 status
code.public GetPrefetchScheduleRequest withPlaybackConfigurationName(String playbackConfigurationName)
Returns information about the prefetch schedule for a specific playback configuration. If you call
GetPrefetchSchedule on an expired prefetch schedule, MediaTailor returns an HTTP 404 status code.
playbackConfigurationName - Returns information about the prefetch schedule for a specific playback configuration. If you call
GetPrefetchSchedule on an expired prefetch schedule, MediaTailor returns an HTTP 404 status
code.public String toString()
toString in class ObjectObject.toString()public GetPrefetchScheduleRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()