7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/pipes/Pipes_EXPORTS.h>
46 template <
typename NameT = Aws::String>
48 m_nameHasBeenSet =
true;
49 m_name = std::forward<NameT>(value);
51 template <
typename NameT = Aws::String>
53 SetName(std::forward<NameT>(value));
65 template <
typename ValueT = Aws::String>
67 m_valueHasBeenSet =
true;
68 m_value = std::forward<ValueT>(value);
70 template <
typename ValueT = Aws::String>
72 SetValue(std::forward<ValueT>(value));
80 bool m_nameHasBeenSet =
false;
81 bool m_valueHasBeenSet =
false;
const Aws::String & GetValue() const
AWS_PIPES_API BatchEnvironmentVariable()=default
bool ValueHasBeenSet() const
void SetValue(ValueT &&value)
AWS_PIPES_API BatchEnvironmentVariable(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetName() const
void SetName(NameT &&value)
BatchEnvironmentVariable & WithName(NameT &&value)
bool NameHasBeenSet() const
BatchEnvironmentVariable & WithValue(ValueT &&value)
AWS_PIPES_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_PIPES_API BatchEnvironmentVariable & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue