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>
15namespace PartnerCentralAccount {
40 template <
typename CatalogT = Aws::String>
42 m_catalogHasBeenSet =
true;
43 m_catalog = std::forward<CatalogT>(value);
45 template <
typename CatalogT = Aws::String>
58 template <
typename IdentifierT = Aws::String>
60 m_identifierHasBeenSet =
true;
61 m_identifier = std::forward<IdentifierT>(value);
63 template <
typename IdentifierT = Aws::String>
77 template <
typename ClientTokenT = Aws::String>
79 m_clientTokenHasBeenSet =
true;
80 m_clientToken = std::forward<ClientTokenT>(value);
82 template <
typename ClientTokenT = Aws::String>
94 bool m_catalogHasBeenSet =
false;
95 bool m_identifierHasBeenSet =
false;
96 bool m_clientTokenHasBeenSet =
true;
bool ClientTokenHasBeenSet() const
void SetClientToken(ClientTokenT &&value)
AcceptConnectionInvitationRequest & WithClientToken(ClientTokenT &&value)
AcceptConnectionInvitationRequest & WithCatalog(CatalogT &&value)
bool IdentifierHasBeenSet() const
AWS_PARTNERCENTRALACCOUNT_API AcceptConnectionInvitationRequest()=default
virtual const char * GetServiceRequestName() const override
void SetIdentifier(IdentifierT &&value)
AWS_PARTNERCENTRALACCOUNT_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const Aws::String & GetClientToken() const
const Aws::String & GetCatalog() const
void SetCatalog(CatalogT &&value)
AWS_PARTNERCENTRALACCOUNT_API Aws::String SerializePayload() const override
const Aws::String & GetIdentifier() const
bool CatalogHasBeenSet() const
AcceptConnectionInvitationRequest & WithIdentifier(IdentifierT &&value)
static Aws::Utils::UUID PseudoRandomUUID()
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String