7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/datazone/DataZone_EXPORTS.h>
40 template <
typename NameT = Aws::String>
42 m_nameHasBeenSet =
true;
43 m_name = std::forward<NameT>(value);
45 template <
typename NameT = Aws::String>
47 SetName(std::forward<NameT>(value));
58 template <
typename ValueT = Aws::String>
60 m_valueHasBeenSet =
true;
61 m_value = std::forward<ValueT>(value);
63 template <
typename ValueT = Aws::String>
65 SetValue(std::forward<ValueT>(value));
73 bool m_nameHasBeenSet =
false;
74 bool m_valueHasBeenSet =
false;
bool ValueHasBeenSet() const
EnvironmentParameter & WithValue(ValueT &&value)
EnvironmentParameter & WithName(NameT &&value)
AWS_DATAZONE_API EnvironmentParameter()=default
AWS_DATAZONE_API EnvironmentParameter(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetName() const
void SetName(NameT &&value)
AWS_DATAZONE_API Aws::Utils::Json::JsonValue Jsonize() const
bool NameHasBeenSet() const
const Aws::String & GetValue() const
AWS_DATAZONE_API EnvironmentParameter & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetValue(ValueT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue