7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/email/SESRequest.h>
9#include <aws/email/SES_EXPORTS.h>
48 template <
typename RuleSetNameT = Aws::String>
50 m_ruleSetNameHasBeenSet =
true;
51 m_ruleSetName = std::forward<RuleSetNameT>(value);
53 template <
typename RuleSetNameT = Aws::String>
66 template <
typename RuleNameT = Aws::String>
68 m_ruleNameHasBeenSet =
true;
69 m_ruleName = std::forward<RuleNameT>(value);
71 template <
typename RuleNameT = Aws::String>
81 bool m_ruleSetNameHasBeenSet =
false;
82 bool m_ruleNameHasBeenSet =
false;
AWS_SES_API DeleteReceiptRuleRequest()=default
const Aws::String & GetRuleSetName() const
bool RuleSetNameHasBeenSet() const
DeleteReceiptRuleRequest & WithRuleSetName(RuleSetNameT &&value)
AWS_SES_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
void SetRuleSetName(RuleSetNameT &&value)
bool RuleNameHasBeenSet() const
AWS_SES_API Aws::String SerializePayload() const override
DeleteReceiptRuleRequest & WithRuleName(RuleNameT &&value)
void SetRuleName(RuleNameT &&value)
const Aws::String & GetRuleName() const
virtual const char * GetServiceRequestName() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String