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>
20namespace PartnerCentralChannel {
43 m_coverageHasBeenSet =
true;
58 template <
typename TamLocationT = Aws::String>
60 m_tamLocationHasBeenSet =
true;
61 m_tamLocation = std::forward<TamLocationT>(value);
63 template <
typename TamLocationT = Aws::String>
76 template <
typename ChargeAccountIdT = Aws::String>
78 m_chargeAccountIdHasBeenSet =
true;
79 m_chargeAccountId = std::forward<ChargeAccountIdT>(value);
81 template <
typename ChargeAccountIdT = Aws::String>
93 bool m_coverageHasBeenSet =
false;
94 bool m_tamLocationHasBeenSet =
false;
95 bool m_chargeAccountIdHasBeenSet =
false;
bool CoverageHasBeenSet() const
void SetChargeAccountId(ChargeAccountIdT &&value)
const Aws::String & GetTamLocation() const
ResoldEnterprise & WithCoverage(Coverage value)
Coverage GetCoverage() const
AWS_PARTNERCENTRALCHANNEL_API ResoldEnterprise(Aws::Utils::Json::JsonView jsonValue)
bool ChargeAccountIdHasBeenSet() const
const Aws::String & GetChargeAccountId() const
AWS_PARTNERCENTRALCHANNEL_API Aws::Utils::Json::JsonValue Jsonize() const
bool TamLocationHasBeenSet() const
void SetCoverage(Coverage value)
void SetTamLocation(TamLocationT &&value)
AWS_PARTNERCENTRALCHANNEL_API ResoldEnterprise()=default
AWS_PARTNERCENTRALCHANNEL_API ResoldEnterprise & operator=(Aws::Utils::Json::JsonView jsonValue)
ResoldEnterprise & WithChargeAccountId(ChargeAccountIdT &&value)
ResoldEnterprise & WithTamLocation(TamLocationT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue