7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/glue/Glue_EXPORTS.h>
41 template <
typename DescriptionT = Aws::String>
43 m_descriptionHasBeenSet =
true;
44 m_description = std::forward<DescriptionT>(value);
46 template <
typename DescriptionT = Aws::String>
59 template <
typename ValueT = Aws::String>
61 m_valueHasBeenSet =
true;
62 m_value = std::forward<ValueT>(value);
64 template <
typename ValueT = Aws::String>
66 SetValue(std::forward<ValueT>(value));
74 bool m_descriptionHasBeenSet =
false;
75 bool m_valueHasBeenSet =
false;
bool ValueHasBeenSet() const
void SetValue(ValueT &&value)
AllowedValue & WithDescription(DescriptionT &&value)
const Aws::String & GetValue() const
AWS_GLUE_API AllowedValue(Aws::Utils::Json::JsonView jsonValue)
AWS_GLUE_API AllowedValue()=default
const Aws::String & GetDescription() const
void SetDescription(DescriptionT &&value)
AWS_GLUE_API AllowedValue & operator=(Aws::Utils::Json::JsonView jsonValue)
AllowedValue & WithValue(ValueT &&value)
bool DescriptionHasBeenSet() const
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue