7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/glue/Glue_EXPORTS.h>
41 template <
typename KeyT = Aws::String>
43 m_keyHasBeenSet =
true;
44 m_key = std::forward<KeyT>(value);
46 template <
typename KeyT = Aws::String>
48 SetKey(std::forward<KeyT>(value));
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_keyHasBeenSet =
false;
75 bool m_valueHasBeenSet =
false;
AmazonRedshiftAdvancedOption & WithValue(ValueT &&value)
bool KeyHasBeenSet() const
AWS_GLUE_API AmazonRedshiftAdvancedOption()=default
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_GLUE_API AmazonRedshiftAdvancedOption(Aws::Utils::Json::JsonView jsonValue)
void SetKey(KeyT &&value)
AmazonRedshiftAdvancedOption & WithKey(KeyT &&value)
bool ValueHasBeenSet() const
const Aws::String & GetKey() const
void SetValue(ValueT &&value)
AWS_GLUE_API AmazonRedshiftAdvancedOption & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetValue() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue