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/Event.h>
50 template<
typename IdT = Aws::String>
51 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
52 template<
typename IdT = Aws::String>
62 template<
typename EventsT = Aws::Vector<Event>>
63 void SetEvents(EventsT&& value) { m_eventsHasBeenSet =
true; m_events = std::forward<EventsT>(value); }
64 template<
typename EventsT = Aws::Vector<Event>>
76 template<
typename QueueT = Aws::String>
77 void SetQueue(QueueT&& value) { m_queueHasBeenSet =
true; m_queue = std::forward<QueueT>(value); }
78 template<
typename QueueT = Aws::String>
84 bool m_idHasBeenSet =
false;
87 bool m_eventsHasBeenSet =
false;
90 bool m_queueHasBeenSet =
false;
bool IdHasBeenSet() const
bool EventsHasBeenSet() const
bool QueueHasBeenSet() const
AWS_S3_API QueueConfigurationDeprecated(const Aws::Utils::Xml::XmlNode &xmlNode)
QueueConfigurationDeprecated & WithEvents(EventsT &&value)
const Aws::String & GetQueue() const
void SetEvents(EventsT &&value)
void SetQueue(QueueT &&value)
QueueConfigurationDeprecated & AddEvents(Event value)
QueueConfigurationDeprecated & WithQueue(QueueT &&value)
const Aws::Vector< Event > & GetEvents() const
AWS_S3_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
const Aws::String & GetId() const
QueueConfigurationDeprecated & WithId(IdT &&value)
AWS_S3_API QueueConfigurationDeprecated()=default
AWS_S3_API QueueConfigurationDeprecated & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector