7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/partnercentral-selling/PartnerCentralSellingRequest.h>
9#include <aws/partnercentral-selling/PartnerCentralSelling_EXPORTS.h>
14namespace PartnerCentralSelling {
41 template <
typename CatalogT = Aws::String>
43 m_catalogHasBeenSet =
true;
44 m_catalog = std::forward<CatalogT>(value);
46 template <
typename CatalogT = Aws::String>
61 template <
typename IdentifierT = Aws::String>
63 m_identifierHasBeenSet =
true;
64 m_identifier = std::forward<IdentifierT>(value);
66 template <
typename IdentifierT = Aws::String>
87 template <
typename RejectionReasonT = Aws::String>
89 m_rejectionReasonHasBeenSet =
true;
90 m_rejectionReason = std::forward<RejectionReasonT>(value);
92 template <
typename RejectionReasonT = Aws::String>
104 bool m_catalogHasBeenSet =
false;
105 bool m_identifierHasBeenSet =
false;
106 bool m_rejectionReasonHasBeenSet =
false;
RejectEngagementInvitationRequest & WithIdentifier(IdentifierT &&value)
bool CatalogHasBeenSet() const
void SetIdentifier(IdentifierT &&value)
AWS_PARTNERCENTRALSELLING_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
RejectEngagementInvitationRequest & WithRejectionReason(RejectionReasonT &&value)
AWS_PARTNERCENTRALSELLING_API Aws::String SerializePayload() const override
void SetRejectionReason(RejectionReasonT &&value)
bool IdentifierHasBeenSet() const
AWS_PARTNERCENTRALSELLING_API RejectEngagementInvitationRequest()=default
RejectEngagementInvitationRequest & WithCatalog(CatalogT &&value)
void SetCatalog(CatalogT &&value)
const Aws::String & GetIdentifier() const
const Aws::String & GetCatalog() const
const Aws::String & GetRejectionReason() const
virtual const char * GetServiceRequestName() const override
bool RejectionReasonHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String