7#include <aws/mailmanager/MailManager_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
52 template<
typename ReplaceWithT = Aws::Vector<Aws::String>>
53 void SetReplaceWith(ReplaceWithT&& value) { m_replaceWithHasBeenSet =
true; m_replaceWith = std::forward<ReplaceWithT>(value); }
54 template<
typename ReplaceWithT = Aws::Vector<Aws::String>>
56 template<
typename ReplaceWithT = Aws::String>
62 bool m_replaceWithHasBeenSet =
false;
AWS_MAILMANAGER_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_MAILMANAGER_API ReplaceRecipientAction()=default
const Aws::Vector< Aws::String > & GetReplaceWith() const
ReplaceRecipientAction & AddReplaceWith(ReplaceWithT &&value)
AWS_MAILMANAGER_API ReplaceRecipientAction & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetReplaceWith(ReplaceWithT &&value)
ReplaceRecipientAction & WithReplaceWith(ReplaceWithT &&value)
AWS_MAILMANAGER_API ReplaceRecipientAction(Aws::Utils::Json::JsonView jsonValue)
bool ReplaceWithHasBeenSet() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue