7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/datapipeline/DataPipeline_EXPORTS.h>
19namespace DataPipeline {
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 StringValueT = Aws::String>
61 m_stringValueHasBeenSet =
true;
62 m_stringValue = std::forward<StringValueT>(value);
64 template <
typename StringValueT = Aws::String>
74 bool m_keyHasBeenSet =
false;
75 bool m_stringValueHasBeenSet =
false;
const Aws::String & GetKey() const
void SetStringValue(StringValueT &&value)
AWS_DATAPIPELINE_API ParameterAttribute(Aws::Utils::Json::JsonView jsonValue)
void SetKey(KeyT &&value)
AWS_DATAPIPELINE_API ParameterAttribute & operator=(Aws::Utils::Json::JsonView jsonValue)
bool KeyHasBeenSet() const
ParameterAttribute & WithKey(KeyT &&value)
bool StringValueHasBeenSet() const
ParameterAttribute & WithStringValue(StringValueT &&value)
const Aws::String & GetStringValue() const
AWS_DATAPIPELINE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_DATAPIPELINE_API ParameterAttribute()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue