7#include <aws/batch/Batch_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.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;
void SetValue(ValueT &&value)
void SetName(NameT &&value)
const Aws::String & GetValue() const
AWS_BATCH_API EksContainerEnvironmentVariable()=default
AWS_BATCH_API EksContainerEnvironmentVariable(Aws::Utils::Json::JsonView jsonValue)
AWS_BATCH_API EksContainerEnvironmentVariable & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetName() const
AWS_BATCH_API Aws::Utils::Json::JsonValue Jsonize() const
EksContainerEnvironmentVariable & WithName(NameT &&value)
EksContainerEnvironmentVariable & WithValue(ValueT &&value)
bool NameHasBeenSet() const
bool ValueHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue