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 DescriptionT = Aws::String>
61 m_descriptionHasBeenSet =
true;
62 m_description = std::forward<DescriptionT>(value);
64 template <
typename DescriptionT = Aws::String>
77 template <
typename DomainT = Aws::String>
79 m_domainHasBeenSet =
true;
80 m_domain = std::forward<DomainT>(value);
82 template <
typename DomainT = Aws::String>
95 template <
typename EvaluationT = Aws::String>
97 m_evaluationHasBeenSet =
true;
98 m_evaluation = std::forward<EvaluationT>(value);
100 template <
typename EvaluationT = Aws::String>
113 template <
typename RemediationT = Aws::String>
115 m_remediationHasBeenSet =
true;
116 m_remediation = std::forward<RemediationT>(value);
118 template <
typename RemediationT = Aws::String>
134 bool m_nameHasBeenSet =
false;
135 bool m_descriptionHasBeenSet =
false;
136 bool m_domainHasBeenSet =
false;
137 bool m_evaluationHasBeenSet =
false;
138 bool m_remediationHasBeenSet =
false;
void SetEvaluation(EvaluationT &&value)
const Aws::String & GetEvaluation() const
bool EvaluationHasBeenSet() const
CreateSecurityRequirementEntry & WithDomain(DomainT &&value)
const Aws::String & GetDomain() const
bool DomainHasBeenSet() const
const Aws::String & GetRemediation() const
AWS_SECURITYAGENT_API CreateSecurityRequirementEntry()=default
CreateSecurityRequirementEntry & WithName(NameT &&value)
void SetDomain(DomainT &&value)
bool DescriptionHasBeenSet() const
void SetRemediation(RemediationT &&value)
AWS_SECURITYAGENT_API CreateSecurityRequirementEntry & operator=(Aws::Utils::Json::JsonView jsonValue)
bool RemediationHasBeenSet() const
AWS_SECURITYAGENT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_SECURITYAGENT_API CreateSecurityRequirementEntry(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetDescription() const
bool NameHasBeenSet() const
void SetName(NameT &&value)
const Aws::String & GetName() const
CreateSecurityRequirementEntry & WithDescription(DescriptionT &&value)
CreateSecurityRequirementEntry & WithEvaluation(EvaluationT &&value)
CreateSecurityRequirementEntry & WithRemediation(RemediationT &&value)
void SetDescription(DescriptionT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue