7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/pipes/Pipes_EXPORTS.h>
45 template <
typename NameT = Aws::String>
47 m_nameHasBeenSet =
true;
48 m_name = std::forward<NameT>(value);
50 template <
typename NameT = Aws::String>
52 SetName(std::forward<NameT>(value));
64 template <
typename ValueT = Aws::String>
66 m_valueHasBeenSet =
true;
67 m_value = std::forward<ValueT>(value);
69 template <
typename ValueT = Aws::String>
71 SetValue(std::forward<ValueT>(value));
79 bool m_nameHasBeenSet =
false;
80 bool m_valueHasBeenSet =
false;
EcsEnvironmentVariable & WithName(NameT &&value)
AWS_PIPES_API EcsEnvironmentVariable()=default
AWS_PIPES_API EcsEnvironmentVariable & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetName() const
bool NameHasBeenSet() const
AWS_PIPES_API EcsEnvironmentVariable(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetValue() const
bool ValueHasBeenSet() const
void SetValue(ValueT &&value)
EcsEnvironmentVariable & WithValue(ValueT &&value)
void SetName(NameT &&value)
AWS_PIPES_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue