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>
49 inline void SetId(
Aws::String&& value) { m_idHasBeenSet =
true; m_id = std::move(value); }
50 inline void SetId(
const char* value) { m_idHasBeenSet =
true; m_id.assign(value); }
64 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
79 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
93 inline void SetCategory(
const char* value) { m_categoryHasBeenSet =
true; m_category.assign(value); }
120 bool m_idHasBeenSet =
false;
123 bool m_nameHasBeenSet =
false;
126 bool m_descriptionHasBeenSet =
false;
129 bool m_categoryHasBeenSet =
false;
132 bool m_metadataHasBeenSet =
false;
TrustedAdvisorCheckDescription & WithName(const Aws::String &value)
bool IdHasBeenSet() const
void SetCategory(const Aws::String &value)
TrustedAdvisorCheckDescription & WithMetadata(const Aws::Vector< Aws::String > &value)
bool MetadataHasBeenSet() const
void SetCategory(const char *value)
TrustedAdvisorCheckDescription & WithId(Aws::String &&value)
TrustedAdvisorCheckDescription & WithDescription(const Aws::String &value)
AWS_SUPPORT_API TrustedAdvisorCheckDescription(Aws::Utils::Json::JsonView jsonValue)
TrustedAdvisorCheckDescription & WithMetadata(Aws::Vector< Aws::String > &&value)
AWS_SUPPORT_API TrustedAdvisorCheckDescription & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetCategory() const
void SetMetadata(Aws::Vector< Aws::String > &&value)
void SetName(Aws::String &&value)
const Aws::String & GetId() const
void SetCategory(Aws::String &&value)
const Aws::Vector< Aws::String > & GetMetadata() const
void SetDescription(Aws::String &&value)
TrustedAdvisorCheckDescription & WithCategory(const char *value)
TrustedAdvisorCheckDescription & WithDescription(Aws::String &&value)
AWS_SUPPORT_API TrustedAdvisorCheckDescription()
TrustedAdvisorCheckDescription & WithName(const char *value)
bool DescriptionHasBeenSet() const
TrustedAdvisorCheckDescription & WithDescription(const char *value)
bool NameHasBeenSet() const
TrustedAdvisorCheckDescription & AddMetadata(Aws::String &&value)
TrustedAdvisorCheckDescription & WithCategory(const Aws::String &value)
bool CategoryHasBeenSet() const
TrustedAdvisorCheckDescription & AddMetadata(const Aws::String &value)
TrustedAdvisorCheckDescription & WithName(Aws::String &&value)
TrustedAdvisorCheckDescription & WithCategory(Aws::String &&value)
void SetId(const char *value)
const Aws::String & GetDescription() const
void SetDescription(const char *value)
void SetId(const Aws::String &value)
TrustedAdvisorCheckDescription & WithId(const Aws::String &value)
void SetName(const Aws::String &value)
AWS_SUPPORT_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetName() const
void SetName(const char *value)
TrustedAdvisorCheckDescription & AddMetadata(const char *value)
void SetId(Aws::String &&value)
TrustedAdvisorCheckDescription & WithId(const char *value)
void SetMetadata(const Aws::Vector< Aws::String > &value)
void SetDescription(const Aws::String &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