Class ScheduleSummary

    • Method Detail

      • arn

        public final String arn()

        The Amazon Resource Name (ARN) of the schedule.

        Returns:
        The Amazon Resource Name (ARN) of the schedule.
      • creationDate

        public final Instant creationDate()

        The time at which the schedule was created.

        Returns:
        The time at which the schedule was created.
      • groupName

        public final String groupName()

        The name of the schedule group associated with this schedule.

        Returns:
        The name of the schedule group associated with this schedule.
      • lastModificationDate

        public final Instant lastModificationDate()

        The time at which the schedule was last modified.

        Returns:
        The time at which the schedule was last modified.
      • name

        public final String name()

        The name of the schedule.

        Returns:
        The name of the schedule.
      • state

        public final ScheduleState state()

        Specifies whether the schedule is enabled or disabled.

        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:
        Specifies whether the schedule is enabled or disabled.
        See Also:
        ScheduleState
      • stateAsString

        public final String stateAsString()

        Specifies whether the schedule is enabled or disabled.

        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:
        Specifies whether the schedule is enabled or disabled.
        See Also:
        ScheduleState
      • target

        public final TargetSummary target()

        The schedule's target details.

        Returns:
        The schedule's target details.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • 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
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)