7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/s3/S3_EXPORTS.h>
10#include <aws/s3/model/Event.h>
11#include <aws/s3/model/NotificationConfigurationFilter.h>
42 template <
typename IdT = Aws::String>
44 m_idHasBeenSet =
true;
45 m_id = std::forward<IdT>(value);
47 template <
typename IdT = Aws::String>
49 SetId(std::forward<IdT>(value));
61 template <
typename LambdaFunctionArnT = Aws::String>
63 m_lambdaFunctionArnHasBeenSet =
true;
64 m_lambdaFunctionArn = std::forward<LambdaFunctionArnT>(value);
66 template <
typename LambdaFunctionArnT = Aws::String>
82 template <
typename EventsT = Aws::Vector<Event>>
84 m_eventsHasBeenSet =
true;
85 m_events = std::forward<EventsT>(value);
87 template <
typename EventsT = Aws::Vector<Event>>
93 m_eventsHasBeenSet =
true;
94 m_events.push_back(value);
103 template <
typename FilterT = NotificationConfigurationFilter>
105 m_filterHasBeenSet =
true;
106 m_filter = std::forward<FilterT>(value);
108 template <
typename FilterT = NotificationConfigurationFilter>
122 bool m_idHasBeenSet =
false;
123 bool m_lambdaFunctionArnHasBeenSet =
false;
124 bool m_eventsHasBeenSet =
false;
125 bool m_filterHasBeenSet =
false;
const Aws::String & GetLambdaFunctionArn() const
LambdaFunctionConfiguration & WithLambdaFunctionArn(LambdaFunctionArnT &&value)
bool IdHasBeenSet() const
AWS_S3_API LambdaFunctionConfiguration()=default
AWS_S3_API LambdaFunctionConfiguration & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
const NotificationConfigurationFilter & GetFilter() const
LambdaFunctionConfiguration & WithId(IdT &&value)
LambdaFunctionConfiguration & WithFilter(FilterT &&value)
void SetFilter(FilterT &&value)
bool LambdaFunctionArnHasBeenSet() const
AWS_S3_API LambdaFunctionConfiguration(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetLambdaFunctionArn(LambdaFunctionArnT &&value)
LambdaFunctionConfiguration & WithEvents(EventsT &&value)
AWS_S3_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
const Aws::Vector< Event > & GetEvents() const
LambdaFunctionConfiguration & AddEvents(Event value)
const Aws::String & GetId() const
void SetEvents(EventsT &&value)
bool EventsHasBeenSet() const
bool FilterHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector