7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/partnercentral-benefits/PartnerCentralBenefitsRequest.h>
9#include <aws/partnercentral-benefits/PartnerCentralBenefits_EXPORTS.h>
14namespace PartnerCentralBenefits {
27 inline virtual const char*
GetServiceRequestName()
const override {
return "AssociateBenefitApplicationResource"; }
40 template <
typename CatalogT = Aws::String>
42 m_catalogHasBeenSet =
true;
43 m_catalog = std::forward<CatalogT>(value);
45 template <
typename CatalogT = Aws::String>
59 template <
typename BenefitApplicationIdentifierT = Aws::String>
61 m_benefitApplicationIdentifierHasBeenSet =
true;
62 m_benefitApplicationIdentifier = std::forward<BenefitApplicationIdentifierT>(value);
64 template <
typename BenefitApplicationIdentifierT = Aws::String>
78 template <
typename ResourceArnT = Aws::String>
80 m_resourceArnHasBeenSet =
true;
81 m_resourceArn = std::forward<ResourceArnT>(value);
83 template <
typename ResourceArnT = Aws::String>
95 bool m_catalogHasBeenSet =
false;
96 bool m_benefitApplicationIdentifierHasBeenSet =
false;
97 bool m_resourceArnHasBeenSet =
false;
bool CatalogHasBeenSet() const
bool BenefitApplicationIdentifierHasBeenSet() const
AssociateBenefitApplicationResourceRequest & WithCatalog(CatalogT &&value)
void SetResourceArn(ResourceArnT &&value)
const Aws::String & GetBenefitApplicationIdentifier() const
void SetCatalog(CatalogT &&value)
const Aws::String & GetResourceArn() const
AWS_PARTNERCENTRALBENEFITS_API AssociateBenefitApplicationResourceRequest()=default
AssociateBenefitApplicationResourceRequest & WithBenefitApplicationIdentifier(BenefitApplicationIdentifierT &&value)
virtual const char * GetServiceRequestName() const override
AWS_PARTNERCENTRALBENEFITS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetBenefitApplicationIdentifier(BenefitApplicationIdentifierT &&value)
bool ResourceArnHasBeenSet() const
AssociateBenefitApplicationResourceRequest & WithResourceArn(ResourceArnT &&value)
const Aws::String & GetCatalog() const
AWS_PARTNERCENTRALBENEFITS_API Aws::String SerializePayload() const override
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String