7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/email/SESRequest.h>
9#include <aws/email/SES_EXPORTS.h>
49 template <
typename RuleSetNameT = Aws::String>
51 m_ruleSetNameHasBeenSet =
true;
52 m_ruleSetName = std::forward<RuleSetNameT>(value);
54 template <
typename RuleSetNameT = Aws::String>
67 template <
typename RuleNameT = Aws::String>
69 m_ruleNameHasBeenSet =
true;
70 m_ruleName = std::forward<RuleNameT>(value);
72 template <
typename RuleNameT = Aws::String>
86 template <
typename AfterT = Aws::String>
88 m_afterHasBeenSet =
true;
89 m_after = std::forward<AfterT>(value);
91 template <
typename AfterT = Aws::String>
93 SetAfter(std::forward<AfterT>(value));
103 bool m_ruleSetNameHasBeenSet =
false;
104 bool m_ruleNameHasBeenSet =
false;
105 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