7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/s3-crt/S3Crt_EXPORTS.h>
10#include <aws/s3-crt/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;
AWS_S3CRT_API QueueConfigurationDeprecated & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
QueueConfigurationDeprecated & AddEvents(Event value)
bool QueueHasBeenSet() const
void SetEvents(EventsT &&value)
QueueConfigurationDeprecated & WithQueue(QueueT &&value)
const Aws::Vector< Event > & GetEvents() const
const Aws::String & GetId() const
AWS_S3CRT_API QueueConfigurationDeprecated(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_S3CRT_API QueueConfigurationDeprecated()=default
const Aws::String & GetQueue() const
void SetQueue(QueueT &&value)
AWS_S3CRT_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
QueueConfigurationDeprecated & WithId(IdT &&value)
bool IdHasBeenSet() const
bool EventsHasBeenSet() const
QueueConfigurationDeprecated & WithEvents(EventsT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector