@Generated(value="software.amazon.awssdk:codegen") public final class GetChannelScheduleRequest extends MediaTailorRequest implements ToCopyableBuilder<GetChannelScheduleRequest.Builder,GetChannelScheduleRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetChannelScheduleRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetChannelScheduleRequest.Builder |
builder() |
String |
channelName()
The name of the channel associated with this Channel Schedule.
|
String |
durationMinutes()
The duration in minutes of the channel schedule.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxResults()
The maximum number of channel schedules that you want MediaTailor to return in response to the current request.
|
String |
nextToken()
(Optional) If the playback configuration has more than
MaxResults channel schedules, use
NextToken to get the second and subsequent pages of results. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetChannelScheduleRequest.Builder> |
serializableBuilderClass() |
GetChannelScheduleRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String channelName()
The name of the channel associated with this Channel Schedule.
public final String durationMinutes()
The duration in minutes of the channel schedule.
public final 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 channel schedules, use the value of
NextToken in the response to get the next page of results.public final 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.
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.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetChannelScheduleRequest.Builder,GetChannelScheduleRequest>toBuilder in class MediaTailorRequestpublic static GetChannelScheduleRequest.Builder builder()
public static Class<? extends GetChannelScheduleRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.