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>
50 inline void SetId(
Aws::String&& value) { m_idHasBeenSet =
true; m_id = std::move(value); }
51 inline void SetId(
const char* value) { m_idHasBeenSet =
true; m_id.assign(value); }
66 inline void SetTopicArn(
const char* value) { m_topicArnHasBeenSet =
true; m_topicArn.assign(value); }
101 bool m_idHasBeenSet =
false;
104 bool m_topicArnHasBeenSet =
false;
107 bool m_eventsHasBeenSet =
false;
110 bool m_filterHasBeenSet =
false;
bool EventsHasBeenSet() const
void SetEvents(const Aws::Vector< Event > &value)
bool FilterHasBeenSet() const
TopicConfiguration & WithTopicArn(const Aws::String &value)
TopicConfiguration & WithTopicArn(const char *value)
const Aws::String & GetId() const
TopicConfiguration & AddEvents(const Event &value)
void SetId(Aws::String &&value)
TopicConfiguration & WithEvents(Aws::Vector< Event > &&value)
AWS_S3_API TopicConfiguration & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_S3_API TopicConfiguration()
TopicConfiguration & WithId(const Aws::String &value)
void SetFilter(const NotificationConfigurationFilter &value)
TopicConfiguration & WithFilter(const NotificationConfigurationFilter &value)
TopicConfiguration & WithId(Aws::String &&value)
void SetTopicArn(const Aws::String &value)
void SetFilter(NotificationConfigurationFilter &&value)
void SetEvents(Aws::Vector< Event > &&value)
AWS_S3_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
AWS_S3_API TopicConfiguration(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetTopicArn(Aws::String &&value)
void SetTopicArn(const char *value)
TopicConfiguration & WithEvents(const Aws::Vector< Event > &value)
bool IdHasBeenSet() const
void SetId(const char *value)
TopicConfiguration & AddEvents(Event &&value)
void SetId(const Aws::String &value)
TopicConfiguration & WithTopicArn(Aws::String &&value)
TopicConfiguration & WithFilter(NotificationConfigurationFilter &&value)
const Aws::Vector< Event > & GetEvents() const
const Aws::String & GetTopicArn() const
TopicConfiguration & WithId(const char *value)
bool TopicArnHasBeenSet() const
const NotificationConfigurationFilter & GetFilter() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector