7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/resiliencehubv2/Resiliencehubv2_EXPORTS.h>
9#include <aws/resiliencehubv2/model/InsightsCategory.h>
20namespace resiliencehubv2 {
49 m_categoryHasBeenSet =
true;
65 template <
typename DescriptionT = Aws::String>
67 m_descriptionHasBeenSet =
true;
68 m_description = std::forward<DescriptionT>(value);
70 template <
typename DescriptionT = Aws::String>
80 bool m_categoryHasBeenSet =
false;
81 bool m_descriptionHasBeenSet =
false;
AWS_RESILIENCEHUBV2_API DependencyInsight(Aws::Utils::Json::JsonView jsonValue)
bool DescriptionHasBeenSet() const
AWS_RESILIENCEHUBV2_API Aws::Utils::Json::JsonValue Jsonize() const
InsightsCategory GetCategory() const
void SetDescription(DescriptionT &&value)
bool CategoryHasBeenSet() const
DependencyInsight & WithDescription(DescriptionT &&value)
AWS_RESILIENCEHUBV2_API DependencyInsight & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_RESILIENCEHUBV2_API DependencyInsight()=default
DependencyInsight & WithCategory(InsightsCategory value)
void SetCategory(InsightsCategory value)
const Aws::String & GetDescription() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue