54 inline void SetId(
const char* value) { m_idHasBeenSet =
true; m_id.assign(value); }
96 inline void SetQueue(
const char* value) { m_queueHasBeenSet =
true; m_queue.assign(value); }
111 bool m_eventsHasBeenSet;
113 bool m_queueHasBeenSet;
const Aws::String & GetQueue() const
std::vector< T, Aws::Allocator< T > > Vector
QueueConfigurationDeprecated & WithId(const char *value)
void SetId(const Aws::String &value)
const Aws::String & GetId() const
QueueConfigurationDeprecated & AddEvents(const Event &value)
void SetId(const char *value)
QueueConfigurationDeprecated & AddEvents(Event &&value)
QueueConfigurationDeprecated & WithId(Aws::String &&value)
void SetEvents(Aws::Vector< Event > &&value)
void SetQueue(Aws::String &&value)
void SetQueue(const Aws::String &value)
QueueConfigurationDeprecated & WithEvents(Aws::Vector< Event > &&value)
void SetEvents(const Aws::Vector< Event > &value)
QueueConfigurationDeprecated & WithEvents(const Aws::Vector< Event > &value)
QueueConfigurationDeprecated & WithQueue(const char *value)
void SetId(Aws::String &&value)
QueueConfigurationDeprecated & WithId(const Aws::String &value)
void SetQueue(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
QueueConfigurationDeprecated & WithQueue(const Aws::String &value)
const Aws::Vector< Event > & GetEvents() const
QueueConfigurationDeprecated & WithQueue(Aws::String &&value)
JSON (JavaScript Object Notation).