7#include <aws/macie2/Macie2_EXPORTS.h>
8#include <aws/macie2/Macie2Request.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
49 inline void SetId(
Aws::String&& value) { m_idHasBeenSet =
true; m_id = std::move(value); }
50 inline void SetId(
const char* value) { m_idHasBeenSet =
true; m_id.assign(value); }
70 inline void SetIgnoreJobChecks(
const char* value) { m_ignoreJobChecksHasBeenSet =
true; m_ignoreJobChecks.assign(value); }
78 bool m_idHasBeenSet =
false;
81 bool m_ignoreJobChecksHasBeenSet =
false;
DeleteAllowListRequest & WithIgnoreJobChecks(Aws::String &&value)
virtual const char * GetServiceRequestName() const override
void SetIgnoreJobChecks(Aws::String &&value)
void SetIgnoreJobChecks(const char *value)
DeleteAllowListRequest & WithIgnoreJobChecks(const char *value)
DeleteAllowListRequest & WithId(const char *value)
AWS_MACIE2_API Aws::String SerializePayload() const override
void SetId(const char *value)
void SetId(const Aws::String &value)
void SetId(Aws::String &&value)
const Aws::String & GetId() const
DeleteAllowListRequest & WithId(Aws::String &&value)
DeleteAllowListRequest & WithIgnoreJobChecks(const Aws::String &value)
AWS_MACIE2_API DeleteAllowListRequest()
bool IgnoreJobChecksHasBeenSet() const
DeleteAllowListRequest & WithId(const Aws::String &value)
bool IdHasBeenSet() const
void SetIgnoreJobChecks(const Aws::String &value)
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