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 CreatedAtT = Aws::Utils::DateTime>
98 m_createdAtHasBeenSet =
true;
99 m_createdAt = std::forward<CreatedAtT>(value);
101 template <
typename CreatedAtT = Aws::Utils::DateTime>
115 template <
typename UpdatedAtT = Aws::Utils::DateTime>
117 m_updatedAtHasBeenSet =
true;
118 m_updatedAt = std::forward<UpdatedAtT>(value);
120 template <
typename UpdatedAtT = Aws::Utils::DateTime>
136 bool m_packIdHasBeenSet =
false;
137 bool m_nameHasBeenSet =
false;
138 bool m_descriptionHasBeenSet =
false;
139 bool m_createdAtHasBeenSet =
false;
140 bool m_updatedAtHasBeenSet =
false;
AWS_SECURITYAGENT_API SecurityRequirementSummary()=default
SecurityRequirementSummary & WithDescription(DescriptionT &&value)
bool PackIdHasBeenSet() const
AWS_SECURITYAGENT_API Aws::Utils::Json::JsonValue Jsonize() const
void SetDescription(DescriptionT &&value)
void SetUpdatedAt(UpdatedAtT &&value)
SecurityRequirementSummary & WithName(NameT &&value)
AWS_SECURITYAGENT_API SecurityRequirementSummary(Aws::Utils::Json::JsonView jsonValue)
bool NameHasBeenSet() const
const Aws::Utils::DateTime & GetCreatedAt() const
SecurityRequirementSummary & WithPackId(PackIdT &&value)
void SetPackId(PackIdT &&value)
bool UpdatedAtHasBeenSet() const
const Aws::String & GetDescription() const
const Aws::Utils::DateTime & GetUpdatedAt() const
bool DescriptionHasBeenSet() const
bool CreatedAtHasBeenSet() const
const Aws::String & GetPackId() const
SecurityRequirementSummary & WithCreatedAt(CreatedAtT &&value)
SecurityRequirementSummary & WithUpdatedAt(UpdatedAtT &&value)
AWS_SECURITYAGENT_API SecurityRequirementSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetName() const
void SetName(NameT &&value)
void SetCreatedAt(CreatedAtT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue