7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/partnercentral-benefits/PartnerCentralBenefits_EXPORTS.h>
19namespace PartnerCentralBenefits {
30 AWS_PARTNERCENTRALBENEFITS_API
Amendment() =
default;
42 template <
typename FieldPathT = Aws::String>
44 m_fieldPathHasBeenSet =
true;
45 m_fieldPath = std::forward<FieldPathT>(value);
47 template <
typename FieldPathT = Aws::String>
60 template <
typename NewValueT = Aws::String>
62 m_newValueHasBeenSet =
true;
63 m_newValue = std::forward<NewValueT>(value);
65 template <
typename NewValueT = Aws::String>
75 bool m_fieldPathHasBeenSet =
false;
76 bool m_newValueHasBeenSet =
false;
bool NewValueHasBeenSet() const
AWS_PARTNERCENTRALBENEFITS_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_PARTNERCENTRALBENEFITS_API Amendment(Aws::Utils::Json::JsonView jsonValue)
AWS_PARTNERCENTRALBENEFITS_API Amendment()=default
Amendment & WithNewValue(NewValueT &&value)
Amendment & WithFieldPath(FieldPathT &&value)
const Aws::String & GetFieldPath() const
void SetFieldPath(FieldPathT &&value)
const Aws::String & GetNewValue() const
void SetNewValue(NewValueT &&value)
bool FieldPathHasBeenSet() const
AWS_PARTNERCENTRALBENEFITS_API Amendment & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue