7#include <aws/s3/S3_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/s3/model/NotificationConfigurationFilter.h>
11#include <aws/s3/model/Event.h>
48 template<
typename IdT = Aws::String>
49 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
50 template<
typename IdT = Aws::String>
61 template<
typename LambdaFunctionArnT = Aws::String>
62 void SetLambdaFunctionArn(LambdaFunctionArnT&& value) { m_lambdaFunctionArnHasBeenSet =
true; m_lambdaFunctionArn = std::forward<LambdaFunctionArnT>(value); }
63 template<
typename LambdaFunctionArnT = Aws::String>
76 template<
typename EventsT = Aws::Vector<Event>>
77 void SetEvents(EventsT&& value) { m_eventsHasBeenSet =
true; m_events = std::forward<EventsT>(value); }
78 template<
typename EventsT = Aws::Vector<Event>>
87 template<
typename FilterT = NotificationConfigurationFilter>
88 void SetFilter(FilterT&& value) { m_filterHasBeenSet =
true; m_filter = std::forward<FilterT>(value); }
89 template<
typename FilterT = NotificationConfigurationFilter>
95 bool m_idHasBeenSet =
false;
98 bool m_lambdaFunctionArnHasBeenSet =
false;
101 bool m_eventsHasBeenSet =
false;
104 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