JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.795

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.ecs.model

Class DeleteTaskSetRequest

    • Constructor Detail

      • DeleteTaskSetRequest

        public DeleteTaskSetRequest()
    • Method Detail

      • setCluster

        public void setCluster(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.

        Parameters:
        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.
      • getCluster

        public String getCluster()

        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.
      • withCluster

        public DeleteTaskSetRequest withCluster(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.

        Parameters:
        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:
        Returns a reference to this object so that method calls can be chained together.
      • setService

        public void setService(String service)

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

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

        public String getService()

        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.
      • withService

        public DeleteTaskSetRequest withService(String service)

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

        Parameters:
        service - The short name or full Amazon Resource Name (ARN) of the service that hosts the task set to delete.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setTaskSet

        public void setTaskSet(String taskSet)

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

        Parameters:
        taskSet - The task set ID or full Amazon Resource Name (ARN) of the task set to delete.
      • getTaskSet

        public String getTaskSet()

        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.
      • withTaskSet

        public DeleteTaskSetRequest withTaskSet(String taskSet)

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

        Parameters:
        taskSet - The task set ID or full Amazon Resource Name (ARN) of the task set to delete.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setForce

        public void setForce(Boolean force)

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

        Parameters:
        force - If true, you can delete a task set even if it hasn't been scaled down to zero.
      • getForce

        public Boolean getForce()

        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.
      • withForce

        public DeleteTaskSetRequest withForce(Boolean force)

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

        Parameters:
        force - If true, you can delete a task set even if it hasn't been scaled down to zero.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • isForce

        public Boolean isForce()

        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 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
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /