Class DeleteScheduleRequest

    • Method Detail

      • clientToken

        public final String clientToken()

        Unique, case-sensitive identifier you provide to ensure the idempotency of the request. If you do not specify a client token, EventBridge Scheduler uses a randomly generated token for the request to ensure idempotency.

        Returns:
        Unique, case-sensitive identifier you provide to ensure the idempotency of the request. If you do not specify a client token, EventBridge Scheduler uses a randomly generated token for the request to ensure idempotency.
      • groupName

        public final String groupName()

        The name of the schedule group associated with this schedule. If you omit this, the default schedule group is used.

        Returns:
        The name of the schedule group associated with this schedule. If you omit this, the default schedule group is used.
      • name

        public final String name()

        The name of the schedule to delete.

        Returns:
        The name of the schedule to delete.
      • 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