7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/partnercentral-channel/PartnerCentralChannel_EXPORTS.h>
9#include <aws/partnercentral-channel/model/Coverage.h>
10#include <aws/partnercentral-channel/model/Provider.h>
21namespace PartnerCentralChannel {
43 m_coverageHasBeenSet =
true;
59 m_providerHasBeenSet =
true;
74 template <
typename TamLocationT = Aws::String>
76 m_tamLocationHasBeenSet =
true;
77 m_tamLocation = std::forward<TamLocationT>(value);
79 template <
typename TamLocationT = Aws::String>
91 bool m_coverageHasBeenSet =
false;
92 bool m_providerHasBeenSet =
false;
93 bool m_tamLocationHasBeenSet =
false;
bool CoverageHasBeenSet() const
AWS_PARTNERCENTRALCHANNEL_API Aws::Utils::Json::JsonValue Jsonize() const
Coverage GetCoverage() const
const Aws::String & GetTamLocation() const
bool TamLocationHasBeenSet() const
AWS_PARTNERCENTRALCHANNEL_API PartnerLedSupport()=default
AWS_PARTNERCENTRALCHANNEL_API PartnerLedSupport & operator=(Aws::Utils::Json::JsonView jsonValue)
bool ProviderHasBeenSet() const
void SetCoverage(Coverage value)
PartnerLedSupport & WithProvider(Provider value)
void SetTamLocation(TamLocationT &&value)
PartnerLedSupport & WithTamLocation(TamLocationT &&value)
void SetProvider(Provider value)
AWS_PARTNERCENTRALCHANNEL_API PartnerLedSupport(Aws::Utils::Json::JsonView jsonValue)
PartnerLedSupport & WithCoverage(Coverage value)
Provider GetProvider() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue