Class GetChannelScheduleRequest

    • Method Detail

      • channelName

        public final String channelName()

        The name of the channel associated with this Channel Schedule.

        Returns:
        The name of the channel associated with this Channel Schedule.
      • durationMinutes

        public final String durationMinutes()

        The duration in minutes of the channel schedule.

        Returns:
        The duration in minutes of the channel schedule.
      • maxResults

        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.

        Returns:
        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.
      • nextToken

        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.

        Returns:
        (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.

      • audience

        public final String audience()

        The single audience for GetChannelScheduleRequest.

        Returns:
        The single audience for GetChannelScheduleRequest.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object