7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/connect/model/QuickConnectConfig.h>
10#include <aws/core/utils/memory/stl/AWSMap.h>
11#include <aws/core/utils/DateTime.h>
49 template<
typename QuickConnectARNT = Aws::String>
50 void SetQuickConnectARN(QuickConnectARNT&& value) { m_quickConnectARNHasBeenSet =
true; m_quickConnectARN = std::forward<QuickConnectARNT>(value); }
51 template<
typename QuickConnectARNT = Aws::String>
61 template<
typename QuickConnectIdT = Aws::String>
62 void SetQuickConnectId(QuickConnectIdT&& value) { m_quickConnectIdHasBeenSet =
true; m_quickConnectId = std::forward<QuickConnectIdT>(value); }
63 template<
typename QuickConnectIdT = 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>
85 template<
typename DescriptionT = Aws::String>
86 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
87 template<
typename DescriptionT = Aws::String>
97 template<
typename QuickConnectConfigT = QuickConnectConfig>
98 void SetQuickConnectConfig(QuickConnectConfigT&& value) { m_quickConnectConfigHasBeenSet =
true; m_quickConnectConfig = std::forward<QuickConnectConfigT>(value); }
99 template<
typename QuickConnectConfigT = QuickConnectConfig>
110 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
111 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
112 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
114 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
116 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
126 template<
typename LastModifiedTimeT = Aws::Utils::DateTime>
127 void SetLastModifiedTime(LastModifiedTimeT&& value) { m_lastModifiedTimeHasBeenSet =
true; m_lastModifiedTime = std::forward<LastModifiedTimeT>(value); }
128 template<
typename LastModifiedTimeT = Aws::Utils::DateTime>
138 template<
typename LastModifiedRegionT = Aws::String>
139 void SetLastModifiedRegion(LastModifiedRegionT&& value) { m_lastModifiedRegionHasBeenSet =
true; m_lastModifiedRegion = std::forward<LastModifiedRegionT>(value); }
140 template<
typename LastModifiedRegionT = Aws::String>
146 bool m_quickConnectARNHasBeenSet =
false;
149 bool m_quickConnectIdHasBeenSet =
false;
152 bool m_nameHasBeenSet =
false;
155 bool m_descriptionHasBeenSet =
false;
158 bool m_quickConnectConfigHasBeenSet =
false;
161 bool m_tagsHasBeenSet =
false;
164 bool m_lastModifiedTimeHasBeenSet =
false;
167 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