7#include <aws/connect/ConnectRequest.h>
8#include <aws/connect/Connect_EXPORTS.h>
9#include <aws/connect/model/QuickConnectConfig.h>
10#include <aws/core/utils/memory/stl/AWSMap.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
41 template <
typename InstanceIdT = Aws::String>
43 m_instanceIdHasBeenSet =
true;
44 m_instanceId = std::forward<InstanceIdT>(value);
46 template <
typename InstanceIdT = Aws::String>
59 template <
typename NameT = Aws::String>
61 m_nameHasBeenSet =
true;
62 m_name = std::forward<NameT>(value);
64 template <
typename NameT = Aws::String>
66 SetName(std::forward<NameT>(value));
77 template <
typename DescriptionT = Aws::String>
79 m_descriptionHasBeenSet =
true;
80 m_description = std::forward<DescriptionT>(value);
82 template <
typename DescriptionT = Aws::String>
95 template <
typename QuickConnectConfigT = QuickConnectConfig>
97 m_quickConnectConfigHasBeenSet =
true;
98 m_quickConnectConfig = std::forward<QuickConnectConfigT>(value);
100 template <
typename QuickConnectConfigT = QuickConnectConfig>
114 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
116 m_tagsHasBeenSet =
true;
117 m_tags = std::forward<TagsT>(value);
119 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
121 SetTags(std::forward<TagsT>(value));
124 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
126 m_tagsHasBeenSet =
true;
127 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
133 bool m_instanceIdHasBeenSet =
false;
136 bool m_nameHasBeenSet =
false;
139 bool m_descriptionHasBeenSet =
false;
142 bool m_quickConnectConfigHasBeenSet =
false;
145 bool m_tagsHasBeenSet =
false;
CreateQuickConnectRequest & WithTags(TagsT &&value)
void SetInstanceId(InstanceIdT &&value)
CreateQuickConnectRequest & WithDescription(DescriptionT &&value)
const Aws::String & GetDescription() const
void SetTags(TagsT &&value)
CreateQuickConnectRequest & AddTags(TagsKeyT &&key, TagsValueT &&value)
bool NameHasBeenSet() const
bool InstanceIdHasBeenSet() const
AWS_CONNECT_API CreateQuickConnectRequest()=default
void SetDescription(DescriptionT &&value)
bool TagsHasBeenSet() const
AWS_CONNECT_API Aws::String SerializePayload() const override
bool QuickConnectConfigHasBeenSet() const
bool DescriptionHasBeenSet() const
void SetName(NameT &&value)
void SetQuickConnectConfig(QuickConnectConfigT &&value)
const Aws::String & GetName() const
const Aws::String & GetInstanceId() const
CreateQuickConnectRequest & WithInstanceId(InstanceIdT &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
const QuickConnectConfig & GetQuickConnectConfig() const
CreateQuickConnectRequest & WithName(NameT &&value)
virtual const char * GetServiceRequestName() const override
CreateQuickConnectRequest & WithQuickConnectConfig(QuickConnectConfigT &&value)
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