7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/macie2/Macie2_EXPORTS.h>
42 template <
typename ArnT = Aws::String>
44 m_arnHasBeenSet =
true;
45 m_arn = std::forward<ArnT>(value);
47 template <
typename ArnT = Aws::String>
49 SetArn(std::forward<ArnT>(value));
61 template <
typename CreatedAtT = Aws::Utils::DateTime>
63 m_createdAtHasBeenSet =
true;
64 m_createdAt = std::forward<CreatedAtT>(value);
66 template <
typename CreatedAtT = Aws::Utils::DateTime>
79 template <
typename DescriptionT = Aws::String>
81 m_descriptionHasBeenSet =
true;
82 m_description = std::forward<DescriptionT>(value);
84 template <
typename DescriptionT = Aws::String>
97 template <
typename IdT = Aws::String>
99 m_idHasBeenSet =
true;
100 m_id = std::forward<IdT>(value);
102 template <
typename IdT = Aws::String>
104 SetId(std::forward<IdT>(value));
115 template <
typename NameT = Aws::String>
117 m_nameHasBeenSet =
true;
118 m_name = std::forward<NameT>(value);
120 template <
typename NameT = Aws::String>
122 SetName(std::forward<NameT>(value));
134 template <
typename UpdatedAtT = Aws::Utils::DateTime>
136 m_updatedAtHasBeenSet =
true;
137 m_updatedAt = std::forward<UpdatedAtT>(value);
139 template <
typename UpdatedAtT = Aws::Utils::DateTime>
157 bool m_arnHasBeenSet =
false;
158 bool m_createdAtHasBeenSet =
false;
159 bool m_descriptionHasBeenSet =
false;
160 bool m_idHasBeenSet =
false;
161 bool m_nameHasBeenSet =
false;
162 bool m_updatedAtHasBeenSet =
false;
AllowListSummary & WithDescription(DescriptionT &&value)
void SetUpdatedAt(UpdatedAtT &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
void SetDescription(DescriptionT &&value)
const Aws::String & GetArn() const
bool UpdatedAtHasBeenSet() const
bool CreatedAtHasBeenSet() const
const Aws::String & GetDescription() const
AWS_MACIE2_API AllowListSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetCreatedAt(CreatedAtT &&value)
AWS_MACIE2_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_MACIE2_API AllowListSummary(Aws::Utils::Json::JsonView jsonValue)
AllowListSummary & WithName(NameT &&value)
AWS_MACIE2_API AllowListSummary()=default
const Aws::String & GetName() const
const Aws::String & GetId() const
const Aws::Utils::DateTime & GetUpdatedAt() const
void SetName(NameT &&value)
bool ArnHasBeenSet() const
AllowListSummary & WithArn(ArnT &&value)
AllowListSummary & WithCreatedAt(CreatedAtT &&value)
void SetArn(ArnT &&value)
bool NameHasBeenSet() const
AllowListSummary & WithUpdatedAt(UpdatedAtT &&value)
AllowListSummary & WithId(IdT &&value)
bool DescriptionHasBeenSet() const
bool IdHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue