7#include <aws/opsworks/OpsWorks_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
50 inline void SetKey(
Aws::String&& value) { m_keyHasBeenSet =
true; m_key = std::move(value); }
51 inline void SetKey(
const char* value) { m_keyHasBeenSet =
true; m_key.assign(value); }
67 inline void SetValue(
const char* value) { m_valueHasBeenSet =
true; m_value.assign(value); }
83 inline void SetSecure(
bool value) { m_secureHasBeenSet =
true; m_secure = value; }
89 bool m_keyHasBeenSet =
false;
92 bool m_valueHasBeenSet =
false;
95 bool m_secureHasBeenSet =
false;
void SetValue(Aws::String &&value)
const Aws::String & GetValue() const
AWS_OPSWORKS_API EnvironmentVariable()
void SetValue(const Aws::String &value)
EnvironmentVariable & WithKey(Aws::String &&value)
void SetKey(Aws::String &&value)
bool ValueHasBeenSet() const
AWS_OPSWORKS_API Aws::Utils::Json::JsonValue Jsonize() const
void SetKey(const Aws::String &value)
void SetKey(const char *value)
EnvironmentVariable & WithValue(const Aws::String &value)
AWS_OPSWORKS_API EnvironmentVariable(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetKey() const
bool SecureHasBeenSet() const
void SetValue(const char *value)
void SetSecure(bool value)
EnvironmentVariable & WithKey(const char *value)
EnvironmentVariable & WithValue(const char *value)
EnvironmentVariable & WithSecure(bool value)
bool KeyHasBeenSet() const
AWS_OPSWORKS_API EnvironmentVariable & operator=(Aws::Utils::Json::JsonView jsonValue)
EnvironmentVariable & WithValue(Aws::String &&value)
EnvironmentVariable & WithKey(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue