7#include <aws/email/SES_EXPORTS.h>
8#include <aws/email/SESRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.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 RuleNamesT = Aws::Vector<Aws::String>>
66 void SetRuleNames(RuleNamesT&& value) { m_ruleNamesHasBeenSet =
true; m_ruleNames = std::forward<RuleNamesT>(value); }
67 template<
typename RuleNamesT = Aws::Vector<Aws::String>>
69 template<
typename RuleNamesT = Aws::String>
75 bool m_ruleSetNameHasBeenSet =
false;
78 bool m_ruleNamesHasBeenSet =
false;
AWS_SES_API Aws::String SerializePayload() const override
ReorderReceiptRuleSetRequest & AddRuleNames(RuleNamesT &&value)
bool RuleNamesHasBeenSet() const
AWS_SES_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
virtual const char * GetServiceRequestName() const override
void SetRuleSetName(RuleSetNameT &&value)
ReorderReceiptRuleSetRequest & WithRuleSetName(RuleSetNameT &&value)
void SetRuleNames(RuleNamesT &&value)
const Aws::String & GetRuleSetName() const
bool RuleSetNameHasBeenSet() const
const Aws::Vector< Aws::String > & GetRuleNames() const
ReorderReceiptRuleSetRequest & WithRuleNames(RuleNamesT &&value)
AWS_SES_API ReorderReceiptRuleSetRequest()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector