7#include <aws/macie2/Macie2_EXPORTS.h>
8#include <aws/macie2/Macie2Request.h>
9#include <aws/macie2/model/AllowListCriteria.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename CriteriaT = AllowListCriteria>
48 void SetCriteria(CriteriaT&& value) { m_criteriaHasBeenSet =
true; m_criteria = std::forward<CriteriaT>(value); }
49 template<
typename CriteriaT = AllowListCriteria>
60 template<
typename DescriptionT = Aws::String>
61 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
62 template<
typename DescriptionT = Aws::String>
73 template<
typename IdT = Aws::String>
74 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
75 template<
typename IdT = Aws::String>
86 template<
typename NameT = Aws::String>
87 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
88 template<
typename NameT = Aws::String>
94 bool m_criteriaHasBeenSet =
false;
97 bool m_descriptionHasBeenSet =
false;
100 bool m_idHasBeenSet =
false;
103 bool m_nameHasBeenSet =
false;
AWS_MACIE2_API Aws::String SerializePayload() const override
const Aws::String & GetDescription() const
bool CriteriaHasBeenSet() const
UpdateAllowListRequest & WithName(NameT &&value)
virtual const char * GetServiceRequestName() const override
bool NameHasBeenSet() const
UpdateAllowListRequest & WithCriteria(CriteriaT &&value)
bool DescriptionHasBeenSet() const
void SetName(NameT &&value)
const AllowListCriteria & GetCriteria() const
void SetDescription(DescriptionT &&value)
void SetCriteria(CriteriaT &&value)
const Aws::String & GetId() const
UpdateAllowListRequest & WithId(IdT &&value)
bool IdHasBeenSet() const
const Aws::String & GetName() const
UpdateAllowListRequest & WithDescription(DescriptionT &&value)
AWS_MACIE2_API UpdateAllowListRequest()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String