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>
44 template <
typename IdT = Aws::String>
46 m_idHasBeenSet =
true;
47 m_id = std::forward<IdT>(value);
49 template <
typename IdT = Aws::String>
51 SetId(std::forward<IdT>(value));
62 template <
typename EventsT = Aws::Vector<Event>>
64 m_eventsHasBeenSet =
true;
65 m_events = std::forward<EventsT>(value);
67 template <
typename EventsT = Aws::Vector<Event>>
73 m_eventsHasBeenSet =
true;
74 m_events.push_back(value);
86 template <
typename QueueT = Aws::String>
88 m_queueHasBeenSet =
true;
89 m_queue = std::forward<QueueT>(value);
91 template <
typename QueueT = Aws::String>
93 SetQueue(std::forward<QueueT>(value));
103 bool m_idHasBeenSet =
false;
104 bool m_eventsHasBeenSet =
false;
105 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