@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListPrefetchSchedulesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListPrefetchSchedulesRequest() |
Modifier and Type | Method and Description |
---|---|
ListPrefetchSchedulesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getMaxResults()
The maximum number of prefetch schedules that you want MediaTailor to return in response to the current request.
|
String |
getNextToken()
(Optional) If the playback configuration has more than MaxResults prefetch schedules, use NextToken to get the
second and subsequent pages of results.
|
String |
getPlaybackConfigurationName()
The name of the playback configuration.
|
String |
getStreamId()
An optional filtering parameter whereby MediaTailor filters the prefetch schedules to include only specific
streams.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of prefetch schedules that you want MediaTailor to return in response to the current request.
|
void |
setNextToken(String nextToken)
(Optional) If the playback configuration has more than MaxResults prefetch schedules, use NextToken to get the
second and subsequent pages of results.
|
void |
setPlaybackConfigurationName(String playbackConfigurationName)
The name of the playback configuration.
|
void |
setStreamId(String streamId)
An optional filtering parameter whereby MediaTailor filters the prefetch schedules to include only specific
streams.
|
String |
toString()
Returns a string representation of this object.
|
ListPrefetchSchedulesRequest |
withMaxResults(Integer maxResults)
The maximum number of prefetch schedules that you want MediaTailor to return in response to the current request.
|
ListPrefetchSchedulesRequest |
withNextToken(String nextToken)
(Optional) If the playback configuration has more than MaxResults prefetch schedules, use NextToken to get the
second and subsequent pages of results.
|
ListPrefetchSchedulesRequest |
withPlaybackConfigurationName(String playbackConfigurationName)
The name of the playback configuration.
|
ListPrefetchSchedulesRequest |
withStreamId(String streamId)
An optional filtering parameter whereby MediaTailor filters the prefetch schedules to include only specific
streams.
|
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 void setMaxResults(Integer maxResults)
The maximum number of prefetch schedules that you want MediaTailor to return in response to the current request. If the playback configuration has more than MaxResults prefetch schedules, use the value of NextToken in the response to get the next page of results.
maxResults
- The maximum number of prefetch schedules that you want MediaTailor to return in response to the current
request. If the playback configuration has more than MaxResults prefetch schedules, use the value of
NextToken in the response to get the next page of results.public Integer getMaxResults()
The maximum number of prefetch schedules that you want MediaTailor to return in response to the current request. If the playback configuration has more than MaxResults prefetch schedules, use the value of NextToken in the response to get the next page of results.
public ListPrefetchSchedulesRequest withMaxResults(Integer maxResults)
The maximum number of prefetch schedules that you want MediaTailor to return in response to the current request. If the playback configuration has more than MaxResults prefetch schedules, use the value of NextToken in the response to get the next page of results.
maxResults
- The maximum number of prefetch schedules that you want MediaTailor to return in response to the current
request. If the playback configuration has more than MaxResults prefetch schedules, use the value of
NextToken in the response to get the next page of results.public void setNextToken(String nextToken)
(Optional) If the playback configuration has more than MaxResults prefetch schedules, use NextToken to get the second and subsequent pages of results.
For the first ListPrefetchSchedulesRequest request, omit this value.
For the second and subsequent requests, get the value of NextToken from the previous response and specify that value for NextToken in the request.
If the previous response didn't include a NextToken element, there are no more prefetch schedules to get.
nextToken
- (Optional) If the playback configuration has more than MaxResults prefetch schedules, use NextToken to get
the second and subsequent pages of results.
For the first ListPrefetchSchedulesRequest request, omit this value.
For the second and subsequent requests, get the value of NextToken from the previous response and specify that value for NextToken in the request.
If the previous response didn't include a NextToken element, there are no more prefetch schedules to get.
public String getNextToken()
(Optional) If the playback configuration has more than MaxResults prefetch schedules, use NextToken to get the second and subsequent pages of results.
For the first ListPrefetchSchedulesRequest request, omit this value.
For the second and subsequent requests, get the value of NextToken from the previous response and specify that value for NextToken in the request.
If the previous response didn't include a NextToken element, there are no more prefetch schedules to get.
For the first ListPrefetchSchedulesRequest request, omit this value.
For the second and subsequent requests, get the value of NextToken from the previous response and specify that value for NextToken in the request.
If the previous response didn't include a NextToken element, there are no more prefetch schedules to get.
public ListPrefetchSchedulesRequest withNextToken(String nextToken)
(Optional) If the playback configuration has more than MaxResults prefetch schedules, use NextToken to get the second and subsequent pages of results.
For the first ListPrefetchSchedulesRequest request, omit this value.
For the second and subsequent requests, get the value of NextToken from the previous response and specify that value for NextToken in the request.
If the previous response didn't include a NextToken element, there are no more prefetch schedules to get.
nextToken
- (Optional) If the playback configuration has more than MaxResults prefetch schedules, use NextToken to get
the second and subsequent pages of results.
For the first ListPrefetchSchedulesRequest request, omit this value.
For the second and subsequent requests, get the value of NextToken from the previous response and specify that value for NextToken in the request.
If the previous response didn't include a NextToken element, there are no more prefetch schedules to get.
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 ListPrefetchSchedulesRequest withPlaybackConfigurationName(String playbackConfigurationName)
The name of the playback configuration.
playbackConfigurationName
- The name of the playback configuration.public void setStreamId(String streamId)
An optional filtering parameter whereby MediaTailor filters the prefetch schedules to include only specific streams.
streamId
- An optional filtering parameter whereby MediaTailor filters the prefetch schedules to include only
specific streams.public String getStreamId()
An optional filtering parameter whereby MediaTailor filters the prefetch schedules to include only specific streams.
public ListPrefetchSchedulesRequest withStreamId(String streamId)
An optional filtering parameter whereby MediaTailor filters the prefetch schedules to include only specific streams.
streamId
- An optional filtering parameter whereby MediaTailor filters the prefetch schedules to include only
specific streams.public String toString()
toString
in class Object
Object.toString()
public ListPrefetchSchedulesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()