7#include <aws/cloudfront/CloudFront_EXPORTS.h>
8#include <aws/cloudfront/model/EventType.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
42 template <
typename FunctionARNT = Aws::String>
44 m_functionARNHasBeenSet =
true;
45 m_functionARN = std::forward<FunctionARNT>(value);
47 template <
typename FunctionARNT = Aws::String>
64 m_eventTypeHasBeenSet =
true;
76 bool m_functionARNHasBeenSet =
false;
77 bool m_eventTypeHasBeenSet =
false;
bool EventTypeHasBeenSet() const
const Aws::String & GetFunctionARN() const
FunctionAssociation & WithFunctionARN(FunctionARNT &&value)
EventType GetEventType() const
FunctionAssociation & WithEventType(EventType value)
bool FunctionARNHasBeenSet() const
AWS_CLOUDFRONT_API FunctionAssociation(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetFunctionARN(FunctionARNT &&value)
AWS_CLOUDFRONT_API FunctionAssociation & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_CLOUDFRONT_API FunctionAssociation()=default
void SetEventType(EventType value)
AWS_CLOUDFRONT_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String