7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/connect/model/QuickConnectType.h>
10#include <aws/core/utils/DateTime.h>
49 template<
typename IdT = Aws::String>
50 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
51 template<
typename IdT = Aws::String>
61 template<
typename ArnT = Aws::String>
62 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
63 template<
typename ArnT = Aws::String>
73 template<
typename NameT = Aws::String>
74 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
75 template<
typename NameT = Aws::String>
97 template<
typename LastModifiedTimeT = Aws::Utils::DateTime>
98 void SetLastModifiedTime(LastModifiedTimeT&& value) { m_lastModifiedTimeHasBeenSet =
true; m_lastModifiedTime = std::forward<LastModifiedTimeT>(value); }
99 template<
typename LastModifiedTimeT = Aws::Utils::DateTime>
109 template<
typename LastModifiedRegionT = Aws::String>
110 void SetLastModifiedRegion(LastModifiedRegionT&& value) { m_lastModifiedRegionHasBeenSet =
true; m_lastModifiedRegion = std::forward<LastModifiedRegionT>(value); }
111 template<
typename LastModifiedRegionT = Aws::String>
117 bool m_idHasBeenSet =
false;
120 bool m_arnHasBeenSet =
false;
123 bool m_nameHasBeenSet =
false;
126 bool m_quickConnectTypeHasBeenSet =
false;
129 bool m_lastModifiedTimeHasBeenSet =
false;
132 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