7#include <aws/pipes/Pipes_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
52 template<
typename NameT = Aws::String>
53 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
54 template<
typename NameT = Aws::String>
65 template<
typename ValueT = Aws::String>
66 void SetValue(ValueT&& value) { m_valueHasBeenSet =
true; m_value = std::forward<ValueT>(value); }
67 template<
typename ValueT = Aws::String>
73 bool m_nameHasBeenSet =
false;
76 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