7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/partnercentral-selling/PartnerCentralSelling_EXPORTS.h>
9#include <aws/partnercentral-selling/model/ExpectedContractDurationTerm.h>
20namespace PartnerCentralSelling {
45 m_termHasBeenSet =
true;
62 template <
typename ValueT = Aws::String>
64 m_valueHasBeenSet =
true;
65 m_value = std::forward<ValueT>(value);
67 template <
typename ValueT = Aws::String>
69 SetValue(std::forward<ValueT>(value));
77 bool m_termHasBeenSet =
false;
78 bool m_valueHasBeenSet =
false;
void SetValue(ValueT &&value)
AWS_PARTNERCENTRALSELLING_API ExpectedContractDuration(Aws::Utils::Json::JsonView jsonValue)
ExpectedContractDuration & WithValue(ValueT &&value)
const Aws::String & GetValue() const
ExpectedContractDurationTerm GetTerm() const
void SetTerm(ExpectedContractDurationTerm value)
bool TermHasBeenSet() const
AWS_PARTNERCENTRALSELLING_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_PARTNERCENTRALSELLING_API ExpectedContractDuration()=default
AWS_PARTNERCENTRALSELLING_API ExpectedContractDuration & operator=(Aws::Utils::Json::JsonView jsonValue)
bool ValueHasBeenSet() const
ExpectedContractDuration & WithTerm(ExpectedContractDurationTerm value)
ExpectedContractDurationTerm
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue