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));
136 bool m_arnHasBeenSet =
false;
137 bool m_createdAtHasBeenSet =
false;
138 bool m_descriptionHasBeenSet =
false;
139 bool m_idHasBeenSet =
false;
140 bool m_nameHasBeenSet =
false;
const Aws::Utils::DateTime & GetCreatedAt() const
AWS_MACIE2_API CustomDataIdentifierSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
bool CreatedAtHasBeenSet() const
bool ArnHasBeenSet() const
const Aws::String & GetDescription() const
const Aws::String & GetName() const
void SetName(NameT &&value)
bool IdHasBeenSet() const
CustomDataIdentifierSummary & WithArn(ArnT &&value)
AWS_MACIE2_API CustomDataIdentifierSummary()=default
CustomDataIdentifierSummary & WithId(IdT &&value)
CustomDataIdentifierSummary & WithName(NameT &&value)
void SetDescription(DescriptionT &&value)
const Aws::String & GetArn() const
const Aws::String & GetId() const
CustomDataIdentifierSummary & WithCreatedAt(CreatedAtT &&value)
CustomDataIdentifierSummary & WithDescription(DescriptionT &&value)
bool NameHasBeenSet() const
AWS_MACIE2_API Aws::Utils::Json::JsonValue Jsonize() const
void SetCreatedAt(CreatedAtT &&value)
bool DescriptionHasBeenSet() const
AWS_MACIE2_API CustomDataIdentifierSummary(Aws::Utils::Json::JsonView jsonValue)
void SetArn(ArnT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue