@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetChannelScheduleRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
GetChannelScheduleRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetChannelScheduleRequest |
clone() |
boolean |
equals(Object obj) |
String |
getChannelName()
The name of the channel associated with this Channel Schedule.
|
String |
getDurationMinutes()
The duration in minutes of the channel schedule.
|
Integer |
getMaxResults()
The maximum number of channel schedules that you want MediaTailor to return in response to the current request.
|
String |
getNextToken()
(Optional) If the playback configuration has more than
MaxResults channel schedules, use
NextToken to get the second and subsequent pages of results. |
int |
hashCode() |
void |
setChannelName(String channelName)
The name of the channel associated with this Channel Schedule.
|
void |
setDurationMinutes(String durationMinutes)
The duration in minutes of the channel schedule.
|
void |
setMaxResults(Integer maxResults)
The maximum number of channel 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 channel schedules, use
NextToken to get the second and subsequent pages of results. |
String |
toString()
Returns a string representation of this object.
|
GetChannelScheduleRequest |
withChannelName(String channelName)
The name of the channel associated with this Channel Schedule.
|
GetChannelScheduleRequest |
withDurationMinutes(String durationMinutes)
The duration in minutes of the channel schedule.
|
GetChannelScheduleRequest |
withMaxResults(Integer maxResults)
The maximum number of channel schedules that you want MediaTailor to return in response to the current request.
|
GetChannelScheduleRequest |
withNextToken(String nextToken)
(Optional) If the playback configuration has more than
MaxResults channel schedules, use
NextToken to get the second and subsequent pages of results. |
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 setChannelName(String channelName)
The name of the channel associated with this Channel Schedule.
channelName - The name of the channel associated with this Channel Schedule.public String getChannelName()
The name of the channel associated with this Channel Schedule.
public GetChannelScheduleRequest withChannelName(String channelName)
The name of the channel associated with this Channel Schedule.
channelName - The name of the channel associated with this Channel Schedule.public void setDurationMinutes(String durationMinutes)
The duration in minutes of the channel schedule.
durationMinutes - The duration in minutes of the channel schedule.public String getDurationMinutes()
The duration in minutes of the channel schedule.
public GetChannelScheduleRequest withDurationMinutes(String durationMinutes)
The duration in minutes of the channel schedule.
durationMinutes - The duration in minutes of the channel schedule.public void setMaxResults(Integer maxResults)
The maximum number of channel schedules that you want MediaTailor to return in response to the current request.
If there are more than MaxResults channel schedules, use the value of NextToken in the
response to get the next page of results.
maxResults - The maximum number of channel schedules that you want MediaTailor to return in response to the current
request. If there are more than MaxResults channel schedules, use the value of
NextToken in the response to get the next page of results.public Integer getMaxResults()
The maximum number of channel schedules that you want MediaTailor to return in response to the current request.
If there are more than MaxResults channel schedules, use the value of NextToken in the
response to get the next page of results.
MaxResults channel schedules, use the value of
NextToken in the response to get the next page of results.public GetChannelScheduleRequest withMaxResults(Integer maxResults)
The maximum number of channel schedules that you want MediaTailor to return in response to the current request.
If there are more than MaxResults channel schedules, use the value of NextToken in the
response to get the next page of results.
maxResults - The maximum number of channel schedules that you want MediaTailor to return in response to the current
request. If there are more than MaxResults channel 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 channel schedules, use
NextToken to get the second and subsequent pages of results.
For the first GetChannelScheduleRequest 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 channel schedules to
get.
nextToken - (Optional) If the playback configuration has more than MaxResults channel schedules, use
NextToken to get the second and subsequent pages of results.
For the first GetChannelScheduleRequest 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 channel
schedules to get.
public String getNextToken()
(Optional) If the playback configuration has more than MaxResults channel schedules, use
NextToken to get the second and subsequent pages of results.
For the first GetChannelScheduleRequest 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 channel schedules to
get.
MaxResults channel schedules, use
NextToken to get the second and subsequent pages of results.
For the first GetChannelScheduleRequest 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 channel
schedules to get.
public GetChannelScheduleRequest withNextToken(String nextToken)
(Optional) If the playback configuration has more than MaxResults channel schedules, use
NextToken to get the second and subsequent pages of results.
For the first GetChannelScheduleRequest 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 channel schedules to
get.
nextToken - (Optional) If the playback configuration has more than MaxResults channel schedules, use
NextToken to get the second and subsequent pages of results.
For the first GetChannelScheduleRequest 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 channel
schedules to get.
public String toString()
toString in class ObjectObject.toString()public GetChannelScheduleRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2022. All rights reserved.