7#include <aws/email/SES_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/email/model/InvocationType.h>
65 template<
typename TopicArnT = Aws::String>
66 void SetTopicArn(TopicArnT&& value) { m_topicArnHasBeenSet =
true; m_topicArn = std::forward<TopicArnT>(value); }
67 template<
typename TopicArnT = Aws::String>
82 template<
typename FunctionArnT = Aws::String>
83 void SetFunctionArn(FunctionArnT&& value) { m_functionArnHasBeenSet =
true; m_functionArn = std::forward<FunctionArnT>(value); }
84 template<
typename FunctionArnT = Aws::String>
110 bool m_topicArnHasBeenSet =
false;
113 bool m_functionArnHasBeenSet =
false;
116 bool m_invocationTypeHasBeenSet =
false;
const Aws::String & GetTopicArn() const
bool TopicArnHasBeenSet() const
AWS_SES_API LambdaAction(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetFunctionArn(FunctionArnT &&value)
void SetTopicArn(TopicArnT &&value)
const Aws::String & GetFunctionArn() const
AWS_SES_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
LambdaAction & WithTopicArn(TopicArnT &&value)
LambdaAction & WithFunctionArn(FunctionArnT &&value)
AWS_SES_API LambdaAction & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
LambdaAction & WithInvocationType(InvocationType value)
void SetInvocationType(InvocationType value)
AWS_SES_API void OutputToStream(Aws::OStream &oStream, const char *location) const
InvocationType GetInvocationType() const
bool FunctionArnHasBeenSet() const
bool InvocationTypeHasBeenSet() const
AWS_SES_API LambdaAction()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream