Class DeleteTaskSetRequest

    • Method Detail

      • cluster

        public final String cluster()

        The short name or full Amazon Resource Name (ARN) of the cluster that hosts the service that the task set found in to delete.

        Returns:
        The short name or full Amazon Resource Name (ARN) of the cluster that hosts the service that the task set found in to delete.
      • service

        public final String service()

        The short name or full Amazon Resource Name (ARN) of the service that hosts the task set to delete.

        Returns:
        The short name or full Amazon Resource Name (ARN) of the service that hosts the task set to delete.
      • taskSet

        public final String taskSet()

        The task set ID or full Amazon Resource Name (ARN) of the task set to delete.

        Returns:
        The task set ID or full Amazon Resource Name (ARN) of the task set to delete.
      • force

        public final Boolean force()

        If true, you can delete a task set even if it hasn't been scaled down to zero.

        Returns:
        If true, you can delete a task set even if it hasn't been scaled down to zero.
      • 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