7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/quicksight/QuickSight_EXPORTS.h>
9#include <aws/quicksight/model/DlpAction.h>
42 template <
typename LabelIdT = Aws::String>
44 m_labelIdHasBeenSet =
true;
45 m_labelId = std::forward<LabelIdT>(value);
47 template <
typename LabelIdT = Aws::String>
60 template <
typename LabelNameT = Aws::String>
62 m_labelNameHasBeenSet =
true;
63 m_labelName = std::forward<LabelNameT>(value);
65 template <
typename LabelNameT = Aws::String>
81 m_actionHasBeenSet =
true;
95 bool m_labelIdHasBeenSet =
false;
96 bool m_labelNameHasBeenSet =
false;
97 bool m_actionHasBeenSet =
false;
void SetLabelName(LabelNameT &&value)
AWS_QUICKSIGHT_API LabelActionMapping()=default
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
LabelActionMapping & WithLabelName(LabelNameT &&value)
LabelActionMapping & WithAction(DlpAction value)
bool ActionHasBeenSet() const
DlpAction GetAction() const
void SetLabelId(LabelIdT &&value)
const Aws::String & GetLabelName() const
const Aws::String & GetLabelId() const
AWS_QUICKSIGHT_API LabelActionMapping & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetAction(DlpAction value)
bool LabelNameHasBeenSet() const
LabelActionMapping & WithLabelId(LabelIdT &&value)
bool LabelIdHasBeenSet() const
AWS_QUICKSIGHT_API LabelActionMapping(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue