7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename DescriptionT = Aws::String>
48 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
49 template<
typename DescriptionT = Aws::String>
59 template<
typename ValueT = Aws::String>
60 void SetValue(ValueT&& value) { m_valueHasBeenSet =
true; m_value = std::forward<ValueT>(value); }
61 template<
typename ValueT = Aws::String>
67 bool m_descriptionHasBeenSet =
false;
70 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