7#include <aws/opsworks/OpsWorks_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
49 template<
typename KeyT = Aws::String>
50 void SetKey(KeyT&& value) { m_keyHasBeenSet =
true; m_key = std::forward<KeyT>(value); }
51 template<
typename KeyT = Aws::String>
63 template<
typename ValueT = Aws::String>
64 void SetValue(ValueT&& value) { m_valueHasBeenSet =
true; m_value = std::forward<ValueT>(value); }
65 template<
typename ValueT = Aws::String>
79 inline void SetSecure(
bool value) { m_secureHasBeenSet =
true; m_secure = value; }
85 bool m_keyHasBeenSet =
false;
88 bool m_valueHasBeenSet =
false;
91 bool m_secureHasBeenSet =
false;
const Aws::String & GetValue() const
void SetKey(KeyT &&value)
bool ValueHasBeenSet() const
AWS_OPSWORKS_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_OPSWORKS_API EnvironmentVariable(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetKey() const
bool SecureHasBeenSet() const
void SetValue(ValueT &&value)
void SetSecure(bool value)
EnvironmentVariable & WithSecure(bool value)
bool KeyHasBeenSet() const
EnvironmentVariable & WithKey(KeyT &&value)
AWS_OPSWORKS_API EnvironmentVariable & operator=(Aws::Utils::Json::JsonView jsonValue)
EnvironmentVariable & WithValue(ValueT &&value)
AWS_OPSWORKS_API EnvironmentVariable()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue