Class GetCommandExecutionRequest

    • Method Detail

      • executionId

        public final String executionId()

        The unique identifier for the command execution. This information is returned as a response of the StartCommandExecution API request.

        Returns:
        The unique identifier for the command execution. This information is returned as a response of the StartCommandExecution API request.
      • targetArn

        public final String targetArn()

        The Amazon Resource Number (ARN) of the device on which the command execution is being performed.

        Returns:
        The Amazon Resource Number (ARN) of the device on which the command execution is being performed.
      • includeResult

        public final Boolean includeResult()

        Can be used to specify whether to include the result of the command execution in the GetCommandExecution API response. Your device can use this field to provide additional information about the command execution. You only need to specify this field when using the AWS-IoT namespace.

        Returns:
        Can be used to specify whether to include the result of the command execution in the GetCommandExecution API response. Your device can use this field to provide additional information about the command execution. You only need to specify this field when using the AWS-IoT namespace.
      • 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