7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/partnercentral-selling/PartnerCentralSellingRequest.h>
9#include <aws/partnercentral-selling/PartnerCentralSelling_EXPORTS.h>
10#include <aws/partnercentral-selling/model/RelatedEntityType.h>
15namespace PartnerCentralSelling {
45 template <
typename CatalogT = Aws::String>
47 m_catalogHasBeenSet =
true;
48 m_catalog = std::forward<CatalogT>(value);
50 template <
typename CatalogT = Aws::String>
67 template <
typename OpportunityIdentifierT = Aws::String>
69 m_opportunityIdentifierHasBeenSet =
true;
70 m_opportunityIdentifier = std::forward<OpportunityIdentifierT>(value);
72 template <
typename OpportunityIdentifierT = Aws::String>
93 m_relatedEntityTypeHasBeenSet =
true;
94 m_relatedEntityType = value;
118 template <
typename RelatedEntityIdentifierT = Aws::String>
120 m_relatedEntityIdentifierHasBeenSet =
true;
121 m_relatedEntityIdentifier = std::forward<RelatedEntityIdentifierT>(value);
123 template <
typename RelatedEntityIdentifierT = Aws::String>
137 bool m_catalogHasBeenSet =
false;
138 bool m_opportunityIdentifierHasBeenSet =
false;
139 bool m_relatedEntityTypeHasBeenSet =
false;
140 bool m_relatedEntityIdentifierHasBeenSet =
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