7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/securityagent/SecurityAgent_EXPORTS.h>
20namespace SecurityAgent {
42 template <
typename PackIdT = Aws::String>
44 m_packIdHasBeenSet =
true;
45 m_packId = std::forward<PackIdT>(value);
47 template <
typename PackIdT = Aws::String>
60 template <
typename NameT = Aws::String>
62 m_nameHasBeenSet =
true;
63 m_name = std::forward<NameT>(value);
65 template <
typename NameT = Aws::String>
67 SetName(std::forward<NameT>(value));
78 template <
typename DescriptionT = Aws::String>
80 m_descriptionHasBeenSet =
true;
81 m_description = std::forward<DescriptionT>(value);
83 template <
typename DescriptionT = Aws::String>
96 template <
typename DomainT = Aws::String>
98 m_domainHasBeenSet =
true;
99 m_domain = std::forward<DomainT>(value);
101 template <
typename DomainT = Aws::String>
114 template <
typename EvaluationT = Aws::String>
116 m_evaluationHasBeenSet =
true;
117 m_evaluation = std::forward<EvaluationT>(value);
119 template <
typename EvaluationT = Aws::String>
132 template <
typename RemediationT = Aws::String>
134 m_remediationHasBeenSet =
true;
135 m_remediation = std::forward<RemediationT>(value);
137 template <
typename RemediationT = Aws::String>
150 template <
typename CreatedAtT = Aws::Utils::DateTime>
152 m_createdAtHasBeenSet =
true;
153 m_createdAt = std::forward<CreatedAtT>(value);
155 template <
typename CreatedAtT = Aws::Utils::DateTime>
169 template <
typename UpdatedAtT = Aws::Utils::DateTime>
171 m_updatedAtHasBeenSet =
true;
172 m_updatedAt = std::forward<UpdatedAtT>(value);
174 template <
typename UpdatedAtT = Aws::Utils::DateTime>
196 bool m_packIdHasBeenSet =
false;
197 bool m_nameHasBeenSet =
false;
198 bool m_descriptionHasBeenSet =
false;
199 bool m_domainHasBeenSet =
false;
200 bool m_evaluationHasBeenSet =
false;
201 bool m_remediationHasBeenSet =
false;
202 bool m_createdAtHasBeenSet =
false;
203 bool m_updatedAtHasBeenSet =
false;
AWS_SECURITYAGENT_API BatchCreateSecurityRequirementResult & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetRemediation(RemediationT &&value)
void SetPackId(PackIdT &&value)
BatchCreateSecurityRequirementResult & WithName(NameT &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
void SetUpdatedAt(UpdatedAtT &&value)
void SetDomain(DomainT &&value)
const Aws::String & GetDomain() const
void SetName(NameT &&value)
void SetDescription(DescriptionT &&value)
bool DomainHasBeenSet() const
const Aws::Utils::DateTime & GetUpdatedAt() const
const Aws::String & GetRemediation() const
BatchCreateSecurityRequirementResult & WithEvaluation(EvaluationT &&value)
bool EvaluationHasBeenSet() const
BatchCreateSecurityRequirementResult & WithCreatedAt(CreatedAtT &&value)
BatchCreateSecurityRequirementResult & WithPackId(PackIdT &&value)
const Aws::String & GetDescription() const
bool UpdatedAtHasBeenSet() const
AWS_SECURITYAGENT_API BatchCreateSecurityRequirementResult(Aws::Utils::Json::JsonView jsonValue)
bool RemediationHasBeenSet() const
BatchCreateSecurityRequirementResult & WithDomain(DomainT &&value)
const Aws::String & GetPackId() const
void SetEvaluation(EvaluationT &&value)
AWS_SECURITYAGENT_API BatchCreateSecurityRequirementResult()=default
bool NameHasBeenSet() const
BatchCreateSecurityRequirementResult & WithDescription(DescriptionT &&value)
void SetCreatedAt(CreatedAtT &&value)
BatchCreateSecurityRequirementResult & WithUpdatedAt(UpdatedAtT &&value)
const Aws::String & GetEvaluation() const
bool DescriptionHasBeenSet() const
BatchCreateSecurityRequirementResult & WithRemediation(RemediationT &&value)
AWS_SECURITYAGENT_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetName() const
bool CreatedAtHasBeenSet() const
bool PackIdHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue