7#include <aws/support/Support_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
48 template<
typename IdT = Aws::String>
49 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
50 template<
typename IdT = Aws::String>
60 template<
typename NameT = Aws::String>
61 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
62 template<
typename NameT = Aws::String>
73 template<
typename DescriptionT = Aws::String>
74 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
75 template<
typename DescriptionT = Aws::String>
85 template<
typename CategoryT = Aws::String>
86 void SetCategory(CategoryT&& value) { m_categoryHasBeenSet =
true; m_category = std::forward<CategoryT>(value); }
87 template<
typename CategoryT = Aws::String>
101 template<
typename MetadataT = Aws::Vector<Aws::String>>
102 void SetMetadata(MetadataT&& value) { m_metadataHasBeenSet =
true; m_metadata = std::forward<MetadataT>(value); }
103 template<
typename MetadataT = Aws::Vector<Aws::String>>
105 template<
typename MetadataT = Aws::String>
111 bool m_idHasBeenSet =
false;
114 bool m_nameHasBeenSet =
false;
117 bool m_descriptionHasBeenSet =
false;
120 bool m_categoryHasBeenSet =
false;
123 bool m_metadataHasBeenSet =
false;
void SetDescription(DescriptionT &&value)
bool IdHasBeenSet() const
void SetMetadata(MetadataT &&value)
bool MetadataHasBeenSet() const
AWS_SUPPORT_API TrustedAdvisorCheckDescription(Aws::Utils::Json::JsonView jsonValue)
TrustedAdvisorCheckDescription & WithMetadata(MetadataT &&value)
AWS_SUPPORT_API TrustedAdvisorCheckDescription & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_SUPPORT_API TrustedAdvisorCheckDescription()=default
const Aws::String & GetCategory() const
const Aws::String & GetId() const
const Aws::Vector< Aws::String > & GetMetadata() const
TrustedAdvisorCheckDescription & WithDescription(DescriptionT &&value)
TrustedAdvisorCheckDescription & AddMetadata(MetadataT &&value)
TrustedAdvisorCheckDescription & WithCategory(CategoryT &&value)
bool DescriptionHasBeenSet() const
TrustedAdvisorCheckDescription & WithName(NameT &&value)
bool NameHasBeenSet() const
bool CategoryHasBeenSet() const
const Aws::String & GetDescription() const
void SetName(NameT &&value)
AWS_SUPPORT_API Aws::Utils::Json::JsonValue Jsonize() const
TrustedAdvisorCheckDescription & WithId(IdT &&value)
const Aws::String & GetName() const
void SetCategory(CategoryT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue