7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/securityagent/SecurityAgent_EXPORTS.h>
10#include <aws/securityagent/model/ManagementType.h>
11#include <aws/securityagent/model/SecurityRequirementPackStatus.h>
22namespace SecurityAgent {
44 template <
typename PackIdT = Aws::String>
46 m_packIdHasBeenSet =
true;
47 m_packId = std::forward<PackIdT>(value);
49 template <
typename PackIdT = Aws::String>
62 template <
typename NameT = Aws::String>
64 m_nameHasBeenSet =
true;
65 m_name = std::forward<NameT>(value);
67 template <
typename NameT = Aws::String>
69 SetName(std::forward<NameT>(value));
80 template <
typename DescriptionT = Aws::String>
82 m_descriptionHasBeenSet =
true;
83 m_description = std::forward<DescriptionT>(value);
85 template <
typename DescriptionT = Aws::String>
98 template <
typename VendorNameT = Aws::String>
100 m_vendorNameHasBeenSet =
true;
101 m_vendorName = std::forward<VendorNameT>(value);
103 template <
typename VendorNameT = Aws::String>
117 m_managementTypeHasBeenSet =
true;
118 m_managementType = value;
133 m_statusHasBeenSet =
true;
149 template <
typename CreatedAtT = Aws::Utils::DateTime>
151 m_createdAtHasBeenSet =
true;
152 m_createdAt = std::forward<CreatedAtT>(value);
154 template <
typename CreatedAtT = Aws::Utils::DateTime>
168 template <
typename UpdatedAtT = Aws::Utils::DateTime>
170 m_updatedAtHasBeenSet =
true;
171 m_updatedAt = std::forward<UpdatedAtT>(value);
173 template <
typename UpdatedAtT = Aws::Utils::DateTime>
195 bool m_packIdHasBeenSet =
false;
196 bool m_nameHasBeenSet =
false;
197 bool m_descriptionHasBeenSet =
false;
198 bool m_vendorNameHasBeenSet =
false;
199 bool m_managementTypeHasBeenSet =
false;
200 bool m_statusHasBeenSet =
false;
201 bool m_createdAtHasBeenSet =
false;
202 bool m_updatedAtHasBeenSet =
false;
void SetDescription(DescriptionT &&value)
ManagementType GetManagementType() const
bool NameHasBeenSet() const
const Aws::Utils::DateTime & GetUpdatedAt() const
AWS_SECURITYAGENT_API SecurityRequirementPackSummary()=default
SecurityRequirementPackSummary & WithName(NameT &&value)
SecurityRequirementPackSummary & WithStatus(SecurityRequirementPackStatus value)
bool StatusHasBeenSet() const
const Aws::String & GetPackId() const
const Aws::String & GetDescription() const
AWS_SECURITYAGENT_API SecurityRequirementPackSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
bool CreatedAtHasBeenSet() const
AWS_SECURITYAGENT_API Aws::Utils::Json::JsonValue Jsonize() const
SecurityRequirementPackSummary & WithVendorName(VendorNameT &&value)
void SetManagementType(ManagementType value)
const Aws::String & GetVendorName() const
SecurityRequirementPackSummary & WithCreatedAt(CreatedAtT &&value)
void SetUpdatedAt(UpdatedAtT &&value)
SecurityRequirementPackSummary & WithPackId(PackIdT &&value)
SecurityRequirementPackSummary & WithUpdatedAt(UpdatedAtT &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
SecurityRequirementPackSummary & WithManagementType(ManagementType value)
bool PackIdHasBeenSet() const
bool ManagementTypeHasBeenSet() const
bool VendorNameHasBeenSet() const
bool DescriptionHasBeenSet() const
SecurityRequirementPackStatus GetStatus() const
void SetVendorName(VendorNameT &&value)
void SetStatus(SecurityRequirementPackStatus value)
bool UpdatedAtHasBeenSet() const
AWS_SECURITYAGENT_API SecurityRequirementPackSummary(Aws::Utils::Json::JsonView jsonValue)
SecurityRequirementPackSummary & WithDescription(DescriptionT &&value)
void SetCreatedAt(CreatedAtT &&value)
const Aws::String & GetName() const
void SetPackId(PackIdT &&value)
void SetName(NameT &&value)
SecurityRequirementPackStatus
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue