7#include <aws/macie2/Macie2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
48 template<
typename ArnT = Aws::String>
49 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
50 template<
typename ArnT = Aws::String>
61 template<
typename CreatedAtT = Aws::Utils::DateTime>
62 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
63 template<
typename CreatedAtT = Aws::Utils::DateTime>
73 template<
typename DescriptionT = Aws::String>
74 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
75 template<
typename DescriptionT = Aws::String>
85 template<
typename IdT = Aws::String>
86 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
87 template<
typename IdT = Aws::String>
97 template<
typename NameT = Aws::String>
98 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
99 template<
typename NameT = Aws::String>
105 bool m_arnHasBeenSet =
false;
108 bool m_createdAtHasBeenSet =
false;
111 bool m_descriptionHasBeenSet =
false;
114 bool m_idHasBeenSet =
false;
117 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