7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/glue/Glue_EXPORTS.h>
40 template <
typename ValueT = Aws::String>
42 m_valueHasBeenSet =
true;
43 m_value = std::forward<ValueT>(value);
45 template <
typename ValueT = Aws::String>
47 SetValue(std::forward<ValueT>(value));
58 template <
typename LabelT = Aws::String>
60 m_labelHasBeenSet =
true;
61 m_label = std::forward<LabelT>(value);
63 template <
typename LabelT = Aws::String>
65 SetLabel(std::forward<LabelT>(value));
76 template <
typename DescriptionT = Aws::String>
78 m_descriptionHasBeenSet =
true;
79 m_description = std::forward<DescriptionT>(value);
81 template <
typename DescriptionT = Aws::String>
93 bool m_valueHasBeenSet =
false;
94 bool m_labelHasBeenSet =
false;
95 bool m_descriptionHasBeenSet =
false;
void SetValue(ValueT &&value)
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
bool ValueHasBeenSet() const
bool DescriptionHasBeenSet() const
Option & WithLabel(LabelT &&value)
Option & WithValue(ValueT &&value)
AWS_GLUE_API Option()=default
const Aws::String & GetDescription() const
void SetDescription(DescriptionT &&value)
void SetLabel(LabelT &&value)
Option & WithDescription(DescriptionT &&value)
const Aws::String & GetValue() const
const Aws::String & GetLabel() const
bool LabelHasBeenSet() const
AWS_GLUE_API Option & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_GLUE_API Option(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue