7#include <aws/core/utils/UUID.h>
8#include <aws/core/utils/memory/stl/AWSMap.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/interconnect/InterconnectRequest.h>
11#include <aws/interconnect/Interconnect_EXPORTS.h>
12#include <aws/interconnect/model/AttachPoint.h>
13#include <aws/interconnect/model/RemoteAccountIdentifier.h>
18namespace Interconnect {
43 template <
typename DescriptionT = Aws::String>
45 m_descriptionHasBeenSet =
true;
46 m_description = std::forward<DescriptionT>(value);
48 template <
typename DescriptionT = Aws::String>
61 template <
typename Bandw
idthT = Aws::String>
63 m_bandwidthHasBeenSet =
true;
64 m_bandwidth = std::forward<BandwidthT>(value);
66 template <
typename Bandw
idthT = Aws::String>
79 template <
typename AttachPo
intT = AttachPo
int>
81 m_attachPointHasBeenSet =
true;
82 m_attachPoint = std::forward<AttachPointT>(value);
84 template <
typename AttachPo
intT = AttachPo
int>
99 template <
typename EnvironmentIdT = Aws::String>
101 m_environmentIdHasBeenSet =
true;
102 m_environmentId = std::forward<EnvironmentIdT>(value);
104 template <
typename EnvironmentIdT = Aws::String>
118 template <
typename RemoteAccountT = RemoteAccountIdentifier>
120 m_remoteAccountHasBeenSet =
true;
121 m_remoteAccount = std::forward<RemoteAccountT>(value);
123 template <
typename RemoteAccountT = RemoteAccountIdentifier>
136 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
138 m_tagsHasBeenSet =
true;
139 m_tags = std::forward<TagsT>(value);
141 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
143 SetTags(std::forward<TagsT>(value));
146 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
148 m_tagsHasBeenSet =
true;
149 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
160 template <
typename ClientTokenT = Aws::String>
162 m_clientTokenHasBeenSet =
true;
163 m_clientToken = std::forward<ClientTokenT>(value);
165 template <
typename ClientTokenT = Aws::String>
185 bool m_descriptionHasBeenSet =
false;
186 bool m_bandwidthHasBeenSet =
false;
187 bool m_attachPointHasBeenSet =
false;
188 bool m_environmentIdHasBeenSet =
false;
189 bool m_remoteAccountHasBeenSet =
false;
190 bool m_tagsHasBeenSet =
false;
191 bool m_clientTokenHasBeenSet =
true;
virtual const char * GetServiceRequestName() const override
bool RemoteAccountHasBeenSet() const
bool EnvironmentIdHasBeenSet() const
CreateConnectionRequest & WithDescription(DescriptionT &&value)
bool AttachPointHasBeenSet() const
bool DescriptionHasBeenSet() const
void SetClientToken(ClientTokenT &&value)
CreateConnectionRequest & WithTags(TagsT &&value)
void SetBandwidth(BandwidthT &&value)
AWS_INTERCONNECT_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool BandwidthHasBeenSet() const
void SetDescription(DescriptionT &&value)
CreateConnectionRequest & WithEnvironmentId(EnvironmentIdT &&value)
bool ClientTokenHasBeenSet() const
void SetRemoteAccount(RemoteAccountT &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
const Aws::String & GetBandwidth() const
bool TagsHasBeenSet() const
const Aws::String & GetClientToken() const
const Aws::String & GetEnvironmentId() const
CreateConnectionRequest & WithBandwidth(BandwidthT &&value)
void SetEnvironmentId(EnvironmentIdT &&value)
const Aws::String & GetDescription() const
void SetTags(TagsT &&value)
void SetAttachPoint(AttachPointT &&value)
AWS_INTERCONNECT_API CreateConnectionRequest()=default
const RemoteAccountIdentifier & GetRemoteAccount() const
CreateConnectionRequest & WithAttachPoint(AttachPointT &&value)
CreateConnectionRequest & AddTags(TagsKeyT &&key, TagsValueT &&value)
CreateConnectionRequest & WithRemoteAccount(RemoteAccountT &&value)
CreateConnectionRequest & WithClientToken(ClientTokenT &&value)
AWS_INTERCONNECT_API Aws::String SerializePayload() const override
const AttachPoint & GetAttachPoint() const
static Aws::Utils::UUID PseudoRandomUUID()
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
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