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

Used to remove the chat channel from an incident record or response * plan.

See Also:

AWS * API Reference

*/ class EmptyChatChannel { public: AWS_SSMINCIDENTS_API EmptyChatChannel(); AWS_SSMINCIDENTS_API EmptyChatChannel(Aws::Utils::Json::JsonView jsonValue); AWS_SSMINCIDENTS_API EmptyChatChannel& operator=(Aws::Utils::Json::JsonView jsonValue); AWS_SSMINCIDENTS_API Aws::Utils::Json::JsonValue Jsonize() const; }; } // namespace Model } // namespace SSMIncidents } // namespace Aws