7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/connect/model/QueueType.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
42 template <
typename IdT = Aws::String>
44 m_idHasBeenSet =
true;
45 m_id = std::forward<IdT>(value);
47 template <
typename IdT = Aws::String>
49 SetId(std::forward<IdT>(value));
60 template <
typename ArnT = Aws::String>
62 m_arnHasBeenSet =
true;
63 m_arn = std::forward<ArnT>(value);
65 template <
typename ArnT = Aws::String>
67 SetArn(std::forward<ArnT>(value));
78 template <
typename NameT = Aws::String>
80 m_nameHasBeenSet =
true;
81 m_name = std::forward<NameT>(value);
83 template <
typename NameT = Aws::String>
85 SetName(std::forward<NameT>(value));
97 m_queueTypeHasBeenSet =
true;
112 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
114 m_lastModifiedTimeHasBeenSet =
true;
115 m_lastModifiedTime = std::forward<LastModifiedTimeT>(value);
117 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
130 template <
typename LastModifiedRegionT = Aws::String>
132 m_lastModifiedRegionHasBeenSet =
true;
133 m_lastModifiedRegion = std::forward<LastModifiedRegionT>(value);
135 template <
typename LastModifiedRegionT = Aws::String>
153 bool m_idHasBeenSet =
false;
154 bool m_arnHasBeenSet =
false;
155 bool m_nameHasBeenSet =
false;
156 bool m_queueTypeHasBeenSet =
false;
157 bool m_lastModifiedTimeHasBeenSet =
false;
158 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