/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include namespace Aws { template class AmazonWebServiceResult; namespace Utils { namespace Json { class JsonValue; } // namespace Json } // namespace Utils namespace SSM { namespace Model { /** *

Whether or not the command was successfully canceled. There is no guarantee * that a request can be canceled.

See Also:

AWS * API Reference

*/ class AWS_SSM_API CancelCommandResult { public: CancelCommandResult(); CancelCommandResult(const Aws::AmazonWebServiceResult& result); CancelCommandResult& operator=(const Aws::AmazonWebServiceResult& result); }; } // namespace Model } // namespace SSM } // namespace Aws