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>
75 inline void SetDeleted(
bool value) { m_deletedHasBeenSet =
true; m_deleted = value; }
85 template<
typename DescriptionT = Aws::String>
86 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
87 template<
typename DescriptionT = Aws::String>
97 template<
typename IdT = Aws::String>
98 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
99 template<
typename IdT = Aws::String>
109 template<
typename NameT = Aws::String>
110 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
111 template<
typename NameT = Aws::String>
117 bool m_arnHasBeenSet =
false;
120 bool m_createdAtHasBeenSet =
false;
122 bool m_deleted{
false};
123 bool m_deletedHasBeenSet =
false;
126 bool m_descriptionHasBeenSet =
false;
129 bool m_idHasBeenSet =
false;
132 bool m_nameHasBeenSet =
false;
const Aws::String & GetDescription() const
bool ArnHasBeenSet() const
BatchGetCustomDataIdentifierSummary & WithId(IdT &&value)
AWS_MACIE2_API BatchGetCustomDataIdentifierSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
BatchGetCustomDataIdentifierSummary & WithDeleted(bool value)
void SetDescription(DescriptionT &&value)
void SetName(NameT &&value)
const Aws::String & GetArn() const
BatchGetCustomDataIdentifierSummary & WithArn(ArnT &&value)
bool NameHasBeenSet() const
const Aws::String & GetId() const
bool IdHasBeenSet() const
void SetDeleted(bool value)
bool CreatedAtHasBeenSet() const
BatchGetCustomDataIdentifierSummary & WithDescription(DescriptionT &&value)
const Aws::String & GetName() const
bool DescriptionHasBeenSet() const
const Aws::Utils::DateTime & GetCreatedAt() const
AWS_MACIE2_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_MACIE2_API BatchGetCustomDataIdentifierSummary()=default
AWS_MACIE2_API BatchGetCustomDataIdentifierSummary(Aws::Utils::Json::JsonView jsonValue)
BatchGetCustomDataIdentifierSummary & WithName(NameT &&value)
bool DeletedHasBeenSet() const
void SetCreatedAt(CreatedAtT &&value)
void SetArn(ArnT &&value)
BatchGetCustomDataIdentifierSummary & WithCreatedAt(CreatedAtT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue