7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
46 template<
typename ValueT = Aws::String>
47 void SetValue(ValueT&& value) { m_valueHasBeenSet =
true; m_value = std::forward<ValueT>(value); }
48 template<
typename ValueT = Aws::String>
58 template<
typename LabelT = Aws::String>
59 void SetLabel(LabelT&& value) { m_labelHasBeenSet =
true; m_label = std::forward<LabelT>(value); }
60 template<
typename LabelT = Aws::String>
70 template<
typename DescriptionT = Aws::String>
71 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
72 template<
typename DescriptionT = Aws::String>
78 bool m_valueHasBeenSet =
false;
81 bool m_labelHasBeenSet =
false;
84 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