7#include <aws/bedrock/Bedrock_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
46 template<
typename AgreementDurationT = Aws::String>
47 void SetAgreementDuration(AgreementDurationT&& value) { m_agreementDurationHasBeenSet =
true; m_agreementDuration = std::forward<AgreementDurationT>(value); }
48 template<
typename AgreementDurationT = Aws::String>
54 bool m_agreementDurationHasBeenSet =
false;
AWS_BEDROCK_API ValidityTerm & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_BEDROCK_API Aws::Utils::Json::JsonValue Jsonize() const
ValidityTerm & WithAgreementDuration(AgreementDurationT &&value)
bool AgreementDurationHasBeenSet() const
AWS_BEDROCK_API ValidityTerm()=default
void SetAgreementDuration(AgreementDurationT &&value)
const Aws::String & GetAgreementDuration() const
AWS_BEDROCK_API ValidityTerm(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue