Class ImportVmImageResponse

    • Method Detail

      • requestId

        public final String requestId()

        The request ID that uniquely identifies this request.

        Returns:
        The request ID that uniquely identifies this request.
      • imageArn

        public final String imageArn()

        The Amazon Resource Name (ARN) of the AMI that was created during the VM import process. This AMI is used as the base image for the recipe that imported the VM.

        Returns:
        The Amazon Resource Name (ARN) of the AMI that was created during the VM import process. This AMI is used as the base image for the recipe that imported the VM.
      • clientToken

        public final String clientToken()

        The client token that uniquely identifies the request.

        Returns:
        The client token that uniquely identifies the request.
      • 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