7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
48 inline void SetValue(
const char* value) { m_valueHasBeenSet =
true; m_value.assign(value); }
62 inline void SetLabel(
const char* value) { m_labelHasBeenSet =
true; m_label.assign(value); }
76 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
84 bool m_valueHasBeenSet =
false;
87 bool m_labelHasBeenSet =
false;
90 bool m_descriptionHasBeenSet =
false;
void SetDescription(const Aws::String &value)
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetLabel(const char *value)
Option & WithDescription(const Aws::String &value)
Option & WithValue(const char *value)
bool ValueHasBeenSet() const
bool DescriptionHasBeenSet() const
Option & WithLabel(Aws::String &&value)
Option & WithValue(const Aws::String &value)
Option & WithLabel(const Aws::String &value)
Option & WithValue(Aws::String &&value)
void SetValue(const char *value)
const Aws::String & GetDescription() const
Option & WithLabel(const char *value)
void SetLabel(Aws::String &&value)
const Aws::String & GetValue() const
Option & WithDescription(Aws::String &&value)
void SetDescription(const char *value)
void SetValue(Aws::String &&value)
const Aws::String & GetLabel() const
void SetLabel(const Aws::String &value)
bool LabelHasBeenSet() const
Option & WithDescription(const char *value)
void SetValue(const Aws::String &value)
AWS_GLUE_API Option & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_GLUE_API Option(Aws::Utils::Json::JsonView jsonValue)
void SetDescription(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue