7#include <aws/email/SES_EXPORTS.h>
8#include <aws/email/SESRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
53 template<
typename RuleSetNameT = Aws::String>
54 void SetRuleSetName(RuleSetNameT&& value) { m_ruleSetNameHasBeenSet =
true; m_ruleSetName = std::forward<RuleSetNameT>(value); }
55 template<
typename RuleSetNameT = Aws::String>
65 template<
typename RuleNameT = Aws::String>
66 void SetRuleName(RuleNameT&& value) { m_ruleNameHasBeenSet =
true; m_ruleName = std::forward<RuleNameT>(value); }
67 template<
typename RuleNameT = Aws::String>
78 template<
typename AfterT = Aws::String>
79 void SetAfter(AfterT&& value) { m_afterHasBeenSet =
true; m_after = std::forward<AfterT>(value); }
80 template<
typename AfterT = Aws::String>
86 bool m_ruleSetNameHasBeenSet =
false;
89 bool m_ruleNameHasBeenSet =
false;
92 bool m_afterHasBeenSet =
false;
bool AfterHasBeenSet() const
bool RuleNameHasBeenSet() const
AWS_SES_API Aws::String SerializePayload() const override
SetReceiptRulePositionRequest & WithRuleName(RuleNameT &&value)
void SetRuleName(RuleNameT &&value)
const Aws::String & GetRuleName() const
void SetRuleSetName(RuleSetNameT &&value)
const Aws::String & GetRuleSetName() const
SetReceiptRulePositionRequest & WithRuleSetName(RuleSetNameT &&value)
AWS_SES_API SetReceiptRulePositionRequest()=default
const Aws::String & GetAfter() const
AWS_SES_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
bool RuleSetNameHasBeenSet() const
void SetAfter(AfterT &&value)
virtual const char * GetServiceRequestName() const override
SetReceiptRulePositionRequest & WithAfter(AfterT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String