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>
17namespace Interconnect {
42 template <
typename AttachPo
intT = AttachPo
int>
44 m_attachPointHasBeenSet =
true;
45 m_attachPoint = std::forward<AttachPointT>(value);
47 template <
typename AttachPo
intT = AttachPo
int>
63 template <
typename ActivationKeyT = Aws::String>
65 m_activationKeyHasBeenSet =
true;
66 m_activationKey = std::forward<ActivationKeyT>(value);
68 template <
typename ActivationKeyT = Aws::String>
81 template <
typename DescriptionT = Aws::String>
83 m_descriptionHasBeenSet =
true;
84 m_description = std::forward<DescriptionT>(value);
86 template <
typename DescriptionT = Aws::String>
99 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
101 m_tagsHasBeenSet =
true;
102 m_tags = std::forward<TagsT>(value);
104 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
106 SetTags(std::forward<TagsT>(value));
109 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
111 m_tagsHasBeenSet =
true;
112 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
123 template <
typename ClientTokenT = Aws::String>
125 m_clientTokenHasBeenSet =
true;
126 m_clientToken = std::forward<ClientTokenT>(value);
128 template <
typename ClientTokenT = Aws::String>
144 bool m_attachPointHasBeenSet =
false;
145 bool m_activationKeyHasBeenSet =
false;
146 bool m_descriptionHasBeenSet =
false;
147 bool m_tagsHasBeenSet =
false;
148 bool m_clientTokenHasBeenSet =
true;
AcceptConnectionProposalRequest & WithAttachPoint(AttachPointT &&value)
void SetTags(TagsT &&value)
AWS_INTERCONNECT_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetActivationKey(ActivationKeyT &&value)
void SetDescription(DescriptionT &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
bool ClientTokenHasBeenSet() const
AcceptConnectionProposalRequest & WithClientToken(ClientTokenT &&value)
const AttachPoint & GetAttachPoint() const
AcceptConnectionProposalRequest & WithActivationKey(ActivationKeyT &&value)
bool ActivationKeyHasBeenSet() const
AcceptConnectionProposalRequest & WithTags(TagsT &&value)
const Aws::String & GetClientToken() const
const Aws::String & GetDescription() const
AWS_INTERCONNECT_API Aws::String SerializePayload() const override
AWS_INTERCONNECT_API AcceptConnectionProposalRequest()=default
bool DescriptionHasBeenSet() const
bool AttachPointHasBeenSet() const
virtual const char * GetServiceRequestName() const override
const Aws::String & GetActivationKey() const
bool TagsHasBeenSet() const
void SetAttachPoint(AttachPointT &&value)
AcceptConnectionProposalRequest & WithDescription(DescriptionT &&value)
void SetClientToken(ClientTokenT &&value)
AcceptConnectionProposalRequest & AddTags(TagsKeyT &&key, TagsValueT &&value)
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