7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/securityagent/SecurityAgent_EXPORTS.h>
19namespace SecurityAgent {
43 template <
typename NameT = Aws::String>
45 m_nameHasBeenSet =
true;
46 m_name = std::forward<NameT>(value);
48 template <
typename NameT = Aws::String>
50 SetName(std::forward<NameT>(value));
61 template <
typename DescriptionT = Aws::String>
63 m_descriptionHasBeenSet =
true;
64 m_description = std::forward<DescriptionT>(value);
66 template <
typename DescriptionT = Aws::String>
79 template <
typename DomainT = Aws::String>
81 m_domainHasBeenSet =
true;
82 m_domain = std::forward<DomainT>(value);
84 template <
typename DomainT = Aws::String>
98 template <
typename EvaluationT = Aws::String>
100 m_evaluationHasBeenSet =
true;
101 m_evaluation = std::forward<EvaluationT>(value);
103 template <
typename EvaluationT = Aws::String>
116 template <
typename RemediationT = Aws::String>
118 m_remediationHasBeenSet =
true;
119 m_remediation = std::forward<RemediationT>(value);
121 template <
typename RemediationT = Aws::String>
137 bool m_nameHasBeenSet =
false;
138 bool m_descriptionHasBeenSet =
false;
139 bool m_domainHasBeenSet =
false;
140 bool m_evaluationHasBeenSet =
false;
141 bool m_remediationHasBeenSet =
false;
void SetName(NameT &&value)
bool RemediationHasBeenSet() const
AWS_SECURITYAGENT_API UpdateSecurityRequirementEntry & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetEvaluation(EvaluationT &&value)
bool NameHasBeenSet() const
UpdateSecurityRequirementEntry & WithDescription(DescriptionT &&value)
UpdateSecurityRequirementEntry & WithDomain(DomainT &&value)
const Aws::String & GetEvaluation() const
void SetRemediation(RemediationT &&value)
const Aws::String & GetRemediation() const
const Aws::String & GetName() const
UpdateSecurityRequirementEntry & WithRemediation(RemediationT &&value)
void SetDescription(DescriptionT &&value)
bool DescriptionHasBeenSet() const
bool DomainHasBeenSet() const
void SetDomain(DomainT &&value)
const Aws::String & GetDomain() const
AWS_SECURITYAGENT_API UpdateSecurityRequirementEntry(Aws::Utils::Json::JsonView jsonValue)
UpdateSecurityRequirementEntry & WithEvaluation(EvaluationT &&value)
AWS_SECURITYAGENT_API UpdateSecurityRequirementEntry()=default
const Aws::String & GetDescription() const
AWS_SECURITYAGENT_API Aws::Utils::Json::JsonValue Jsonize() const
bool EvaluationHasBeenSet() const
UpdateSecurityRequirementEntry & WithName(NameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue