7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/connect/model/QuickConnectType.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
43 template <
typename IdT = Aws::String>
45 m_idHasBeenSet =
true;
46 m_id = std::forward<IdT>(value);
48 template <
typename IdT = Aws::String>
50 SetId(std::forward<IdT>(value));
61 template <
typename ArnT = Aws::String>
63 m_arnHasBeenSet =
true;
64 m_arn = std::forward<ArnT>(value);
66 template <
typename ArnT = Aws::String>
68 SetArn(std::forward<ArnT>(value));
79 template <
typename NameT = Aws::String>
81 m_nameHasBeenSet =
true;
82 m_name = std::forward<NameT>(value);
84 template <
typename NameT = Aws::String>
86 SetName(std::forward<NameT>(value));
100 m_quickConnectTypeHasBeenSet =
true;
101 m_quickConnectType = value;
115 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
117 m_lastModifiedTimeHasBeenSet =
true;
118 m_lastModifiedTime = std::forward<LastModifiedTimeT>(value);
120 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
133 template <
typename LastModifiedRegionT = Aws::String>
135 m_lastModifiedRegionHasBeenSet =
true;
136 m_lastModifiedRegion = std::forward<LastModifiedRegionT>(value);
138 template <
typename LastModifiedRegionT = Aws::String>
156 bool m_idHasBeenSet =
false;
157 bool m_arnHasBeenSet =
false;
158 bool m_nameHasBeenSet =
false;
159 bool m_quickConnectTypeHasBeenSet =
false;
160 bool m_lastModifiedTimeHasBeenSet =
false;
161 bool m_lastModifiedRegionHasBeenSet =
false;
bool QuickConnectTypeHasBeenSet() const
QuickConnectSummary & WithQuickConnectType(QuickConnectType value)
AWS_CONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
QuickConnectType GetQuickConnectType() const
QuickConnectSummary & WithLastModifiedRegion(LastModifiedRegionT &&value)
void SetName(NameT &&value)
bool LastModifiedRegionHasBeenSet() const
const Aws::Utils::DateTime & GetLastModifiedTime() const
const Aws::String & GetName() const
bool ArnHasBeenSet() const
AWS_CONNECT_API QuickConnectSummary()=default
void SetLastModifiedTime(LastModifiedTimeT &&value)
AWS_CONNECT_API QuickConnectSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetId() const
AWS_CONNECT_API QuickConnectSummary(Aws::Utils::Json::JsonView jsonValue)
bool LastModifiedTimeHasBeenSet() const
bool NameHasBeenSet() const
const Aws::String & GetLastModifiedRegion() const
QuickConnectSummary & WithLastModifiedTime(LastModifiedTimeT &&value)
QuickConnectSummary & WithName(NameT &&value)
void SetArn(ArnT &&value)
const Aws::String & GetArn() const
void SetLastModifiedRegion(LastModifiedRegionT &&value)
bool IdHasBeenSet() const
QuickConnectSummary & WithArn(ArnT &&value)
QuickConnectSummary & WithId(IdT &&value)
void SetQuickConnectType(QuickConnectType value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue