7#include <aws/core/utils/UUID.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/partnercentral-account/PartnerCentralAccountRequest.h>
10#include <aws/partnercentral-account/PartnerCentralAccount_EXPORTS.h>
11#include <aws/partnercentral-account/model/ConnectionType.h>
16namespace PartnerCentralAccount {
41 template <
typename CatalogT = Aws::String>
43 m_catalogHasBeenSet =
true;
44 m_catalog = std::forward<CatalogT>(value);
46 template <
typename CatalogT = Aws::String>
59 template <
typename IdentifierT = Aws::String>
61 m_identifierHasBeenSet =
true;
62 m_identifier = std::forward<IdentifierT>(value);
64 template <
typename IdentifierT = Aws::String>
79 m_connectionTypeHasBeenSet =
true;
80 m_connectionType = value;
95 template <
typename ReasonT = Aws::String>
97 m_reasonHasBeenSet =
true;
98 m_reason = std::forward<ReasonT>(value);
100 template <
typename ReasonT = Aws::String>
114 template <
typename ClientTokenT = Aws::String>
116 m_clientTokenHasBeenSet =
true;
117 m_clientToken = std::forward<ClientTokenT>(value);
119 template <
typename ClientTokenT = Aws::String>
135 bool m_catalogHasBeenSet =
false;
136 bool m_identifierHasBeenSet =
false;
137 bool m_connectionTypeHasBeenSet =
false;
138 bool m_reasonHasBeenSet =
false;
139 bool m_clientTokenHasBeenSet =
true;
CancelConnectionRequest & WithClientToken(ClientTokenT &&value)
AWS_PARTNERCENTRALACCOUNT_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
CancelConnectionRequest & WithConnectionType(ConnectionType value)
void SetIdentifier(IdentifierT &&value)
const Aws::String & GetReason() const
ConnectionType GetConnectionType() const
virtual const char * GetServiceRequestName() const override
CancelConnectionRequest & WithIdentifier(IdentifierT &&value)
const Aws::String & GetIdentifier() const
CancelConnectionRequest & WithCatalog(CatalogT &&value)
bool ClientTokenHasBeenSet() const
const Aws::String & GetClientToken() const
bool CatalogHasBeenSet() const
void SetCatalog(CatalogT &&value)
const Aws::String & GetCatalog() const
void SetReason(ReasonT &&value)
void SetConnectionType(ConnectionType value)
CancelConnectionRequest & WithReason(ReasonT &&value)
void SetClientToken(ClientTokenT &&value)
bool IdentifierHasBeenSet() const
AWS_PARTNERCENTRALACCOUNT_API CancelConnectionRequest()=default
bool ConnectionTypeHasBeenSet() const
bool ReasonHasBeenSet() const
AWS_PARTNERCENTRALACCOUNT_API Aws::String SerializePayload() const override
static Aws::Utils::UUID PseudoRandomUUID()
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String