Class ExecuteCommandRequest

    • Method Detail

      • cluster

        public final String cluster()

        The Amazon Resource Name (ARN) or short name of the cluster the task is running in. If you do not specify a cluster, the default cluster is assumed.

        Returns:
        The Amazon Resource Name (ARN) or short name of the cluster the task is running in. If you do not specify a cluster, the default cluster is assumed.
      • container

        public final String container()

        The name of the container to execute the command on. A container name only needs to be specified for tasks containing multiple containers.

        Returns:
        The name of the container to execute the command on. A container name only needs to be specified for tasks containing multiple containers.
      • command

        public final String command()

        The command to run on the container.

        Returns:
        The command to run on the container.
      • interactive

        public final Boolean interactive()

        Use this flag to run your command in interactive mode.

        Returns:
        Use this flag to run your command in interactive mode.
      • task

        public final String task()

        The Amazon Resource Name (ARN) or ID of the task the container is part of.

        Returns:
        The Amazon Resource Name (ARN) or ID of the task the container is part of.
      • 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