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 {
44 template <
typename CatalogT = Aws::String>
46 m_catalogHasBeenSet =
true;
47 m_catalog = std::forward<CatalogT>(value);
49 template <
typename CatalogT = Aws::String>
64 template <
typename OpportunityIdentifierT = Aws::String>
66 m_opportunityIdentifierHasBeenSet =
true;
67 m_opportunityIdentifier = std::forward<OpportunityIdentifierT>(value);
69 template <
typename OpportunityIdentifierT = Aws::String>
85 m_relatedEntityTypeHasBeenSet =
true;
86 m_relatedEntityType = value;
104 template <
typename RelatedEntityIdentifierT = Aws::String>
106 m_relatedEntityIdentifierHasBeenSet =
true;
107 m_relatedEntityIdentifier = std::forward<RelatedEntityIdentifierT>(value);
109 template <
typename RelatedEntityIdentifierT = Aws::String>
123 bool m_catalogHasBeenSet =
false;
124 bool m_opportunityIdentifierHasBeenSet =
false;
125 bool m_relatedEntityTypeHasBeenSet =
false;
126 bool m_relatedEntityIdentifierHasBeenSet =
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