7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/partnercentral-selling/PartnerCentralSelling_EXPORTS.h>
19namespace PartnerCentralSelling {
41 template <
typename DescriptionT = Aws::String>
43 m_descriptionHasBeenSet =
true;
44 m_description = std::forward<DescriptionT>(value);
46 template <
typename DescriptionT = Aws::String>
59 template <
typename SavingsAmountT = Aws::String>
61 m_savingsAmountHasBeenSet =
true;
62 m_savingsAmount = std::forward<SavingsAmountT>(value);
64 template <
typename SavingsAmountT = Aws::String>
74 bool m_descriptionHasBeenSet =
false;
75 bool m_savingsAmountHasBeenSet =
false;
bool DescriptionHasBeenSet() const
AWS_PARTNERCENTRALSELLING_API AwsProductOptimization & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_PARTNERCENTRALSELLING_API AwsProductOptimization(Aws::Utils::Json::JsonView jsonValue)
AWS_PARTNERCENTRALSELLING_API Aws::Utils::Json::JsonValue Jsonize() const
void SetDescription(DescriptionT &&value)
AwsProductOptimization & WithSavingsAmount(SavingsAmountT &&value)
const Aws::String & GetSavingsAmount() const
AwsProductOptimization & WithDescription(DescriptionT &&value)
void SetSavingsAmount(SavingsAmountT &&value)
const Aws::String & GetDescription() const
AWS_PARTNERCENTRALSELLING_API AwsProductOptimization()=default
bool SavingsAmountHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue