7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/datapipeline/DataPipeline_EXPORTS.h>
19namespace DataPipeline {
32 AWS_DATAPIPELINE_API
Field() =
default;
43 template <
typename KeyT = Aws::String>
45 m_keyHasBeenSet =
true;
46 m_key = std::forward<KeyT>(value);
48 template <
typename KeyT = Aws::String>
50 SetKey(std::forward<KeyT>(value));
61 template <
typename StringValueT = Aws::String>
63 m_stringValueHasBeenSet =
true;
64 m_stringValue = std::forward<StringValueT>(value);
66 template <
typename StringValueT = Aws::String>
79 template <
typename RefValueT = Aws::String>
81 m_refValueHasBeenSet =
true;
82 m_refValue = std::forward<RefValueT>(value);
84 template <
typename RefValueT = Aws::String>
96 bool m_keyHasBeenSet =
false;
97 bool m_stringValueHasBeenSet =
false;
98 bool m_refValueHasBeenSet =
false;
void SetStringValue(StringValueT &&value)
void SetKey(KeyT &&value)
Field & WithStringValue(StringValueT &&value)
Field & WithKey(KeyT &&value)
const Aws::String & GetStringValue() const
bool StringValueHasBeenSet() const
bool KeyHasBeenSet() const
void SetRefValue(RefValueT &&value)
Field & WithRefValue(RefValueT &&value)
const Aws::String & GetKey() const
const Aws::String & GetRefValue() const
AWS_DATAPIPELINE_API Field(Aws::Utils::Json::JsonView jsonValue)
AWS_DATAPIPELINE_API Field()=default
bool RefValueHasBeenSet() const
AWS_DATAPIPELINE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_DATAPIPELINE_API Field & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue