7#include <aws/macie2/Macie2_EXPORTS.h>
8#include <aws/macie2/Macie2Request.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename IdT = Aws::String>
49 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
50 template<
typename IdT = Aws::String>
66 template<
typename IgnoreJobChecksT = Aws::String>
67 void SetIgnoreJobChecks(IgnoreJobChecksT&& value) { m_ignoreJobChecksHasBeenSet =
true; m_ignoreJobChecks = std::forward<IgnoreJobChecksT>(value); }
68 template<
typename IgnoreJobChecksT = Aws::String>
74 bool m_idHasBeenSet =
false;
77 bool m_ignoreJobChecksHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
void SetIgnoreJobChecks(IgnoreJobChecksT &&value)
AWS_MACIE2_API Aws::String SerializePayload() const override
DeleteAllowListRequest & WithIgnoreJobChecks(IgnoreJobChecksT &&value)
const Aws::String & GetId() const
DeleteAllowListRequest & WithId(IdT &&value)
AWS_MACIE2_API DeleteAllowListRequest()=default
bool IgnoreJobChecksHasBeenSet() const
bool IdHasBeenSet() const
const Aws::String & GetIgnoreJobChecks() const
AWS_MACIE2_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String