7#include <aws/iot/IoT_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
54 inline void SetKey(
Aws::String&& value) { m_keyHasBeenSet =
true; m_key = std::move(value); }
55 inline void SetKey(
const char* value) { m_keyHasBeenSet =
true; m_key.assign(value); }
70 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
85 inline void SetRegex(
const char* value) { m_regexHasBeenSet =
true; m_regex.assign(value); }
100 inline void SetExample(
const char* value) { m_exampleHasBeenSet =
true; m_example.assign(value); }
113 inline void SetOptional(
bool value) { m_optionalHasBeenSet =
true; m_optional = value; }
119 bool m_keyHasBeenSet =
false;
122 bool m_descriptionHasBeenSet =
false;
125 bool m_regexHasBeenSet =
false;
128 bool m_exampleHasBeenSet =
false;
131 bool m_optionalHasBeenSet =
false;
DocumentParameter & WithDescription(Aws::String &&value)
bool KeyHasBeenSet() const
void SetKey(const char *value)
void SetRegex(const char *value)
DocumentParameter & WithRegex(const Aws::String &value)
AWS_IOT_API DocumentParameter & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetKey(const Aws::String &value)
void SetDescription(const Aws::String &value)
DocumentParameter & WithKey(Aws::String &&value)
DocumentParameter & WithExample(Aws::String &&value)
AWS_IOT_API Aws::Utils::Json::JsonValue Jsonize() const
bool ExampleHasBeenSet() const
void SetRegex(const Aws::String &value)
AWS_IOT_API DocumentParameter(Aws::Utils::Json::JsonView jsonValue)
DocumentParameter & WithExample(const Aws::String &value)
void SetExample(Aws::String &&value)
DocumentParameter & WithDescription(const char *value)
DocumentParameter & WithRegex(Aws::String &&value)
DocumentParameter & WithKey(const char *value)
DocumentParameter & WithRegex(const char *value)
DocumentParameter & WithExample(const char *value)
bool RegexHasBeenSet() const
const Aws::String & GetKey() const
void SetExample(const char *value)
void SetRegex(Aws::String &&value)
DocumentParameter & WithKey(const Aws::String &value)
void SetDescription(const char *value)
const Aws::String & GetExample() const
DocumentParameter & WithOptional(bool value)
const Aws::String & GetDescription() const
AWS_IOT_API DocumentParameter()
void SetOptional(bool value)
bool DescriptionHasBeenSet() const
DocumentParameter & WithDescription(const Aws::String &value)
void SetDescription(Aws::String &&value)
const Aws::String & GetRegex() const
bool OptionalHasBeenSet() const
void SetKey(Aws::String &&value)
void SetExample(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue