7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/connect/model/QueueType.h>
10#include <aws/core/utils/DateTime.h>
48 template<
typename IdT = Aws::String>
49 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
50 template<
typename IdT = Aws::String>
60 template<
typename ArnT = Aws::String>
61 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
62 template<
typename ArnT = Aws::String>
72 template<
typename NameT = Aws::String>
73 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
74 template<
typename NameT = Aws::String>
94 template<
typename LastModifiedTimeT = Aws::Utils::DateTime>
95 void SetLastModifiedTime(LastModifiedTimeT&& value) { m_lastModifiedTimeHasBeenSet =
true; m_lastModifiedTime = std::forward<LastModifiedTimeT>(value); }
96 template<
typename LastModifiedTimeT = Aws::Utils::DateTime>
106 template<
typename LastModifiedRegionT = Aws::String>
107 void SetLastModifiedRegion(LastModifiedRegionT&& value) { m_lastModifiedRegionHasBeenSet =
true; m_lastModifiedRegion = std::forward<LastModifiedRegionT>(value); }
108 template<
typename LastModifiedRegionT = Aws::String>
114 bool m_idHasBeenSet =
false;
117 bool m_arnHasBeenSet =
false;
120 bool m_nameHasBeenSet =
false;
123 bool m_queueTypeHasBeenSet =
false;
126 bool m_lastModifiedTimeHasBeenSet =
false;
129 bool m_lastModifiedRegionHasBeenSet =
false;
QueueSummary & WithQueueType(QueueType value)
void SetName(NameT &&value)
void SetLastModifiedRegion(LastModifiedRegionT &&value)
AWS_CONNECT_API QueueSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
QueueType GetQueueType() const
const Aws::String & GetName() const
QueueSummary & WithName(NameT &&value)
bool ArnHasBeenSet() const
void SetArn(ArnT &&value)
const Aws::String & GetArn() const
void SetQueueType(QueueType value)
QueueSummary & WithId(IdT &&value)
AWS_CONNECT_API QueueSummary(Aws::Utils::Json::JsonView jsonValue)
QueueSummary & WithLastModifiedTime(LastModifiedTimeT &&value)
QueueSummary & WithLastModifiedRegion(LastModifiedRegionT &&value)
void SetLastModifiedTime(LastModifiedTimeT &&value)
bool LastModifiedRegionHasBeenSet() const
AWS_CONNECT_API QueueSummary()=default
bool IdHasBeenSet() const
bool LastModifiedTimeHasBeenSet() const
const Aws::String & GetLastModifiedRegion() const
AWS_CONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
QueueSummary & WithArn(ArnT &&value)
bool NameHasBeenSet() const
bool QueueTypeHasBeenSet() const
const Aws::Utils::DateTime & GetLastModifiedTime() const
const Aws::String & GetId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue