7#include <aws/macie2/Macie2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
49 inline void SetArn(
Aws::String&& value) { m_arnHasBeenSet =
true; m_arn = std::move(value); }
50 inline void SetArn(
const char* value) { m_arnHasBeenSet =
true; m_arn.assign(value); }
77 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
90 inline void SetId(
Aws::String&& value) { m_idHasBeenSet =
true; m_id = std::move(value); }
91 inline void SetId(
const char* value) { m_idHasBeenSet =
true; m_id.assign(value); }
105 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
126 bool m_arnHasBeenSet =
false;
129 bool m_createdAtHasBeenSet =
false;
132 bool m_descriptionHasBeenSet =
false;
135 bool m_idHasBeenSet =
false;
138 bool m_nameHasBeenSet =
false;
141 bool m_updatedAtHasBeenSet =
false;
void SetCreatedAt(const Aws::Utils::DateTime &value)
const Aws::Utils::DateTime & GetCreatedAt() const
const Aws::String & GetArn() const
void SetDescription(const char *value)
bool UpdatedAtHasBeenSet() const
void SetDescription(Aws::String &&value)
AllowListSummary & WithDescription(const Aws::String &value)
void SetName(const Aws::String &value)
void SetUpdatedAt(Aws::Utils::DateTime &&value)
bool CreatedAtHasBeenSet() const
const Aws::String & GetDescription() const
void SetDescription(const Aws::String &value)
AllowListSummary & WithName(Aws::String &&value)
AllowListSummary & WithUpdatedAt(const Aws::Utils::DateTime &value)
AllowListSummary & WithDescription(Aws::String &&value)
AWS_MACIE2_API AllowListSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
AllowListSummary & WithUpdatedAt(Aws::Utils::DateTime &&value)
AWS_MACIE2_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_MACIE2_API AllowListSummary(Aws::Utils::Json::JsonView jsonValue)
AllowListSummary & WithName(const Aws::String &value)
AllowListSummary & WithCreatedAt(Aws::Utils::DateTime &&value)
AllowListSummary & WithId(const char *value)
AWS_MACIE2_API AllowListSummary()
const Aws::String & GetName() const
void SetId(Aws::String &&value)
AllowListSummary & WithName(const char *value)
AllowListSummary & WithId(Aws::String &&value)
void SetArn(const char *value)
const Aws::String & GetId() const
const Aws::Utils::DateTime & GetUpdatedAt() const
void SetId(const char *value)
void SetArn(Aws::String &&value)
bool ArnHasBeenSet() const
AllowListSummary & WithId(const Aws::String &value)
bool NameHasBeenSet() const
AllowListSummary & WithArn(const Aws::String &value)
AllowListSummary & WithCreatedAt(const Aws::Utils::DateTime &value)
void SetId(const Aws::String &value)
void SetUpdatedAt(const Aws::Utils::DateTime &value)
bool DescriptionHasBeenSet() const
void SetCreatedAt(Aws::Utils::DateTime &&value)
AllowListSummary & WithArn(Aws::String &&value)
void SetArn(const Aws::String &value)
void SetName(Aws::String &&value)
AllowListSummary & WithArn(const char *value)
void SetName(const char *value)
bool IdHasBeenSet() const
AllowListSummary & WithDescription(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue