Class ListSchedulesRequest

    • Method Detail

      • groupName

        public final String groupName()

        If specified, only lists the schedules whose associated schedule group matches the given filter.

        Returns:
        If specified, only lists the schedules whose associated schedule group matches the given filter.
      • maxResults

        public final Integer maxResults()

        If specified, limits the number of results returned by this operation. The operation also returns a NextToken which you can use in a subsequent operation to retrieve the next set of results.

        Returns:
        If specified, limits the number of results returned by this operation. The operation also returns a NextToken which you can use in a subsequent operation to retrieve the next set of results.
      • namePrefix

        public final String namePrefix()

        Schedule name prefix to return the filtered list of resources.

        Returns:
        Schedule name prefix to return the filtered list of resources.
      • nextToken

        public final String nextToken()

        The token returned by a previous call to retrieve the next set of results.

        Returns:
        The token returned by a previous call to retrieve the next set of results.
      • state

        public final ScheduleState state()

        If specified, only lists the schedules whose current state matches the given filter.

        If the service returns an enum value that is not available in the current SDK version, state will return ScheduleState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from stateAsString().

        Returns:
        If specified, only lists the schedules whose current state matches the given filter.
        See Also:
        ScheduleState
      • stateAsString

        public final String stateAsString()

        If specified, only lists the schedules whose current state matches the given filter.

        If the service returns an enum value that is not available in the current SDK version, state will return ScheduleState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from stateAsString().

        Returns:
        If specified, only lists the schedules whose current state matches the given filter.
        See Also:
        ScheduleState
      • 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