7#include <aws/datapipeline/DataPipeline_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename KeyT = Aws::String>
48 void SetKey(KeyT&& value) { m_keyHasBeenSet =
true; m_key = std::forward<KeyT>(value); }
49 template<
typename KeyT = Aws::String>
59 template<
typename StringValueT = Aws::String>
60 void SetStringValue(StringValueT&& value) { m_stringValueHasBeenSet =
true; m_stringValue = std::forward<StringValueT>(value); }
61 template<
typename StringValueT = Aws::String>
67 bool m_keyHasBeenSet =
false;
70 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