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
48 template<
typename CatalogT = Aws::String>
49 void SetCatalog(CatalogT&& value) { m_catalogHasBeenSet =
true; m_catalog = std::forward<CatalogT>(value); }
50 template<
typename CatalogT = Aws::String>
62 template<
typename OpportunityIdentifierT = Aws::String>
63 void SetOpportunityIdentifier(OpportunityIdentifierT&& value) { m_opportunityIdentifierHasBeenSet =
true; m_opportunityIdentifier = std::forward<OpportunityIdentifierT>(value); }
64 template<
typename OpportunityIdentifierT = Aws::String>
78 template<
typename RelatedEntityIdentifierT = Aws::String>
79 void SetRelatedEntityIdentifier(RelatedEntityIdentifierT&& value) { m_relatedEntityIdentifierHasBeenSet =
true; m_relatedEntityIdentifier = std::forward<RelatedEntityIdentifierT>(value); }
80 template<
typename RelatedEntityIdentifierT = Aws::String>
98 bool m_catalogHasBeenSet =
false;
101 bool m_opportunityIdentifierHasBeenSet =
false;
104 bool m_relatedEntityIdentifierHasBeenSet =
false;
107 bool m_relatedEntityTypeHasBeenSet =
false;
const Aws::String & GetRelatedEntityIdentifier() const
const Aws::String & GetOpportunityIdentifier() const
bool RelatedEntityIdentifierHasBeenSet() const
bool OpportunityIdentifierHasBeenSet() const
AWS_PARTNERCENTRALSELLING_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
AssociateOpportunityRequest & WithRelatedEntityIdentifier(RelatedEntityIdentifierT &&value)
bool CatalogHasBeenSet() const
virtual const char * GetServiceRequestName() const override
bool RelatedEntityTypeHasBeenSet() const
AssociateOpportunityRequest & WithOpportunityIdentifier(OpportunityIdentifierT &&value)
AssociateOpportunityRequest & WithCatalog(CatalogT &&value)
void SetRelatedEntityType(RelatedEntityType value)
AWS_PARTNERCENTRALSELLING_API Aws::String SerializePayload() const override
void SetRelatedEntityIdentifier(RelatedEntityIdentifierT &&value)
AWS_PARTNERCENTRALSELLING_API AssociateOpportunityRequest()=default
RelatedEntityType GetRelatedEntityType() const
const Aws::String & GetCatalog() const
void SetCatalog(CatalogT &&value)
void SetOpportunityIdentifier(OpportunityIdentifierT &&value)
AssociateOpportunityRequest & WithRelatedEntityType(RelatedEntityType value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String