7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/quicksight/QuickSight_EXPORTS.h>
10#include <aws/quicksight/model/DlpProviderType.h>
11#include <aws/quicksight/model/DlpSettingStatus.h>
44 template <
typename DlpSettingIdT = Aws::String>
46 m_dlpSettingIdHasBeenSet =
true;
47 m_dlpSettingId = std::forward<DlpSettingIdT>(value);
49 template <
typename DlpSettingIdT = Aws::String>
62 template <
typename NameT = Aws::String>
64 m_nameHasBeenSet =
true;
65 m_name = std::forward<NameT>(value);
67 template <
typename NameT = Aws::String>
69 SetName(std::forward<NameT>(value));
80 template <
typename ArnT = Aws::String>
82 m_arnHasBeenSet =
true;
83 m_arn = std::forward<ArnT>(value);
85 template <
typename ArnT = Aws::String>
87 SetArn(std::forward<ArnT>(value));
100 m_statusHasBeenSet =
true;
117 m_providerTypeHasBeenSet =
true;
118 m_providerType = value;
132 template <
typename CreatedAtT = Aws::Utils::DateTime>
134 m_createdAtHasBeenSet =
true;
135 m_createdAt = std::forward<CreatedAtT>(value);
137 template <
typename CreatedAtT = Aws::Utils::DateTime>
151 template <
typename UpdatedAtT = Aws::Utils::DateTime>
153 m_updatedAtHasBeenSet =
true;
154 m_updatedAt = std::forward<UpdatedAtT>(value);
156 template <
typename UpdatedAtT = Aws::Utils::DateTime>
176 bool m_dlpSettingIdHasBeenSet =
false;
177 bool m_nameHasBeenSet =
false;
178 bool m_arnHasBeenSet =
false;
179 bool m_statusHasBeenSet =
false;
180 bool m_providerTypeHasBeenSet =
false;
181 bool m_createdAtHasBeenSet =
false;
182 bool m_updatedAtHasBeenSet =
false;
void SetCreatedAt(CreatedAtT &&value)
const Aws::String & GetArn() const
DlpSettingSummary & WithDlpSettingId(DlpSettingIdT &&value)
DlpSettingSummary & WithName(NameT &&value)
void SetArn(ArnT &&value)
void SetName(NameT &&value)
bool StatusHasBeenSet() const
void SetStatus(DlpSettingStatus value)
bool CreatedAtHasBeenSet() const
const Aws::Utils::DateTime & GetUpdatedAt() const
bool DlpSettingIdHasBeenSet() const
DlpProviderType GetProviderType() const
const Aws::Utils::DateTime & GetCreatedAt() const
DlpSettingSummary & WithUpdatedAt(UpdatedAtT &&value)
AWS_QUICKSIGHT_API DlpSettingSummary(Aws::Utils::Json::JsonView jsonValue)
DlpSettingStatus GetStatus() const
bool NameHasBeenSet() const
const Aws::String & GetDlpSettingId() const
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
bool UpdatedAtHasBeenSet() const
bool ArnHasBeenSet() const
bool ProviderTypeHasBeenSet() const
const Aws::String & GetName() const
AWS_QUICKSIGHT_API DlpSettingSummary()=default
DlpSettingSummary & WithProviderType(DlpProviderType value)
DlpSettingSummary & WithCreatedAt(CreatedAtT &&value)
void SetDlpSettingId(DlpSettingIdT &&value)
DlpSettingSummary & WithArn(ArnT &&value)
void SetUpdatedAt(UpdatedAtT &&value)
void SetProviderType(DlpProviderType value)
DlpSettingSummary & WithStatus(DlpSettingStatus value)
AWS_QUICKSIGHT_API DlpSettingSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue