7#include <aws/core/utils/UUID.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/partnercentral-channel/PartnerCentralChannelRequest.h>
10#include <aws/partnercentral-channel/PartnerCentralChannel_EXPORTS.h>
15namespace PartnerCentralChannel {
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 ProgramManagementAccountIdentifierT = Aws::String>
79 m_programManagementAccountIdentifierHasBeenSet =
true;
80 m_programManagementAccountIdentifier = std::forward<ProgramManagementAccountIdentifierT>(value);
82 template <
typename ProgramManagementAccountIdentifierT = Aws::String>
95 template <
typename ClientTokenT = Aws::String>
97 m_clientTokenHasBeenSet =
true;
98 m_clientToken = std::forward<ClientTokenT>(value);
100 template <
typename ClientTokenT = Aws::String>
114 bool m_catalogHasBeenSet =
false;
115 bool m_identifierHasBeenSet =
false;
116 bool m_programManagementAccountIdentifierHasBeenSet =
false;
117 bool m_clientTokenHasBeenSet =
true;
DeleteRelationshipRequest & WithIdentifier(IdentifierT &&value)
const Aws::String & GetProgramManagementAccountIdentifier() const
AWS_PARTNERCENTRALCHANNEL_API Aws::String SerializePayload() const override
const Aws::String & GetCatalog() const
bool IdentifierHasBeenSet() const
DeleteRelationshipRequest & WithProgramManagementAccountIdentifier(ProgramManagementAccountIdentifierT &&value)
virtual const char * GetServiceRequestName() const override
void SetIdentifier(IdentifierT &&value)
DeleteRelationshipRequest & WithClientToken(ClientTokenT &&value)
bool ClientTokenHasBeenSet() const
AWS_PARTNERCENTRALCHANNEL_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetClientToken(ClientTokenT &&value)
const Aws::String & GetClientToken() const
DeleteRelationshipRequest & WithCatalog(CatalogT &&value)
bool CatalogHasBeenSet() const
void SetProgramManagementAccountIdentifier(ProgramManagementAccountIdentifierT &&value)
void SetCatalog(CatalogT &&value)
AWS_PARTNERCENTRALCHANNEL_API DeleteRelationshipRequest()=default
bool ProgramManagementAccountIdentifierHasBeenSet() const
const Aws::String & GetIdentifier() const
static Aws::Utils::UUID PseudoRandomUUID()
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String