7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/connect/model/QuickConnectConfig.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/core/utils/memory/stl/AWSMap.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
43 template <
typename QuickConnectARNT = Aws::String>
45 m_quickConnectARNHasBeenSet =
true;
46 m_quickConnectARN = std::forward<QuickConnectARNT>(value);
48 template <
typename QuickConnectARNT = Aws::String>
61 template <
typename QuickConnectIdT = Aws::String>
63 m_quickConnectIdHasBeenSet =
true;
64 m_quickConnectId = std::forward<QuickConnectIdT>(value);
66 template <
typename QuickConnectIdT = Aws::String>
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));
97 template <
typename DescriptionT = Aws::String>
99 m_descriptionHasBeenSet =
true;
100 m_description = std::forward<DescriptionT>(value);
102 template <
typename DescriptionT = Aws::String>
115 template <
typename QuickConnectConfigT = QuickConnectConfig>
117 m_quickConnectConfigHasBeenSet =
true;
118 m_quickConnectConfig = std::forward<QuickConnectConfigT>(value);
120 template <
typename QuickConnectConfigT = QuickConnectConfig>
134 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
136 m_tagsHasBeenSet =
true;
137 m_tags = std::forward<TagsT>(value);
139 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
141 SetTags(std::forward<TagsT>(value));
144 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
146 m_tagsHasBeenSet =
true;
147 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
158 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
160 m_lastModifiedTimeHasBeenSet =
true;
161 m_lastModifiedTime = std::forward<LastModifiedTimeT>(value);
163 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
176 template <
typename LastModifiedRegionT = Aws::String>
178 m_lastModifiedRegionHasBeenSet =
true;
179 m_lastModifiedRegion = std::forward<LastModifiedRegionT>(value);
181 template <
typename LastModifiedRegionT = Aws::String>
203 bool m_quickConnectARNHasBeenSet =
false;
204 bool m_quickConnectIdHasBeenSet =
false;
205 bool m_nameHasBeenSet =
false;
206 bool m_descriptionHasBeenSet =
false;
207 bool m_quickConnectConfigHasBeenSet =
false;
208 bool m_tagsHasBeenSet =
false;
209 bool m_lastModifiedTimeHasBeenSet =
false;
210 bool m_lastModifiedRegionHasBeenSet =
false;
QuickConnect & WithLastModifiedRegion(LastModifiedRegionT &&value)
QuickConnect & WithQuickConnectARN(QuickConnectARNT &&value)
const Aws::String & GetDescription() const
QuickConnect & WithDescription(DescriptionT &&value)
AWS_CONNECT_API QuickConnect & operator=(Aws::Utils::Json::JsonView jsonValue)
bool NameHasBeenSet() const
bool DescriptionHasBeenSet() const
void SetLastModifiedRegion(LastModifiedRegionT &&value)
void SetTags(TagsT &&value)
QuickConnect & WithLastModifiedTime(LastModifiedTimeT &&value)
AWS_CONNECT_API QuickConnect(Aws::Utils::Json::JsonView jsonValue)
void SetQuickConnectConfig(QuickConnectConfigT &&value)
QuickConnect & WithQuickConnectConfig(QuickConnectConfigT &&value)
const QuickConnectConfig & GetQuickConnectConfig() const
QuickConnect & WithName(NameT &&value)
void SetLastModifiedTime(LastModifiedTimeT &&value)
void SetDescription(DescriptionT &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
const Aws::String & GetQuickConnectId() const
bool LastModifiedTimeHasBeenSet() const
const Aws::String & GetName() const
void SetQuickConnectARN(QuickConnectARNT &&value)
bool QuickConnectARNHasBeenSet() const
QuickConnect & WithQuickConnectId(QuickConnectIdT &&value)
bool TagsHasBeenSet() const
const Aws::String & GetLastModifiedRegion() const
AWS_CONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
QuickConnect & WithTags(TagsT &&value)
void SetQuickConnectId(QuickConnectIdT &&value)
const Aws::Utils::DateTime & GetLastModifiedTime() const
const Aws::String & GetQuickConnectARN() const
QuickConnect & AddTags(TagsKeyT &&key, TagsValueT &&value)
bool LastModifiedRegionHasBeenSet() const
void SetName(NameT &&value)
AWS_CONNECT_API QuickConnect()=default
bool QuickConnectIdHasBeenSet() const
bool QuickConnectConfigHasBeenSet() const
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue