7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/securityagent/SecurityAgent_EXPORTS.h>
19namespace SecurityAgent {
41 template <
typename NameT = Aws::String>
43 m_nameHasBeenSet =
true;
44 m_name = std::forward<NameT>(value);
46 template <
typename NameT = Aws::String>
48 SetName(std::forward<NameT>(value));
59 template <
typename ValueT = Aws::String>
61 m_valueHasBeenSet =
true;
62 m_value = std::forward<ValueT>(value);
64 template <
typename ValueT = Aws::String>
66 SetValue(std::forward<ValueT>(value));
74 bool m_nameHasBeenSet =
false;
75 bool m_valueHasBeenSet =
false;
void SetName(NameT &&value)
const Aws::String & GetValue() const
bool NameHasBeenSet() const
const Aws::String & GetName() const
AWS_SECURITYAGENT_API Aws::Utils::Json::JsonValue Jsonize() const
VerificationScriptEnvVar & WithValue(ValueT &&value)
AWS_SECURITYAGENT_API VerificationScriptEnvVar & operator=(Aws::Utils::Json::JsonView jsonValue)
bool ValueHasBeenSet() const
AWS_SECURITYAGENT_API VerificationScriptEnvVar()=default
void SetValue(ValueT &&value)
VerificationScriptEnvVar & WithName(NameT &&value)
AWS_SECURITYAGENT_API VerificationScriptEnvVar(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue