7#include <aws/partnercentral-selling/PartnerCentralSelling_EXPORTS.h>
8#include <aws/partnercentral-selling/PartnerCentralSellingRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/partnercentral-selling/model/RelatedEntityType.h>
15namespace PartnerCentralSelling
49 template<
typename CatalogT = Aws::String>
50 void SetCatalog(CatalogT&& value) { m_catalogHasBeenSet =
true; m_catalog = std::forward<CatalogT>(value); }
51 template<
typename CatalogT = Aws::String>
65 template<
typename OpportunityIdentifierT = Aws::String>
66 void SetOpportunityIdentifier(OpportunityIdentifierT&& value) { m_opportunityIdentifierHasBeenSet =
true; m_opportunityIdentifier = std::forward<OpportunityIdentifierT>(value); }
67 template<
typename OpportunityIdentifierT = Aws::String>
87 template<
typename RelatedEntityIdentifierT = Aws::String>
88 void SetRelatedEntityIdentifier(RelatedEntityIdentifierT&& value) { m_relatedEntityIdentifierHasBeenSet =
true; m_relatedEntityIdentifier = std::forward<RelatedEntityIdentifierT>(value); }
89 template<
typename RelatedEntityIdentifierT = Aws::String>
112 bool m_catalogHasBeenSet =
false;
115 bool m_opportunityIdentifierHasBeenSet =
false;
118 bool m_relatedEntityIdentifierHasBeenSet =
false;
121 bool m_relatedEntityTypeHasBeenSet =
false;
AWS_PARTNERCENTRALSELLING_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
void SetRelatedEntityIdentifier(RelatedEntityIdentifierT &&value)
bool CatalogHasBeenSet() const
void SetCatalog(CatalogT &&value)
DisassociateOpportunityRequest & WithCatalog(CatalogT &&value)
AWS_PARTNERCENTRALSELLING_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const Aws::String & GetOpportunityIdentifier() const
DisassociateOpportunityRequest & WithRelatedEntityType(RelatedEntityType value)
bool OpportunityIdentifierHasBeenSet() const
bool RelatedEntityIdentifierHasBeenSet() const
RelatedEntityType GetRelatedEntityType() const
DisassociateOpportunityRequest & WithOpportunityIdentifier(OpportunityIdentifierT &&value)
void SetOpportunityIdentifier(OpportunityIdentifierT &&value)
AWS_PARTNERCENTRALSELLING_API DisassociateOpportunityRequest()=default
DisassociateOpportunityRequest & WithRelatedEntityIdentifier(RelatedEntityIdentifierT &&value)
bool RelatedEntityTypeHasBeenSet() const
const Aws::String & GetRelatedEntityIdentifier() const
void SetRelatedEntityType(RelatedEntityType value)
const Aws::String & GetCatalog() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String