7#include <aws/bedrock/Bedrock_EXPORTS.h>
8#include <aws/bedrock/BedrockRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
41 template<
typename OfferTokenT = Aws::String>
42 void SetOfferToken(OfferTokenT&& value) { m_offerTokenHasBeenSet =
true; m_offerToken = std::forward<OfferTokenT>(value); }
43 template<
typename OfferTokenT = Aws::String>
53 template<
typename ModelIdT = Aws::String>
54 void SetModelId(ModelIdT&& value) { m_modelIdHasBeenSet =
true; m_modelId = std::forward<ModelIdT>(value); }
55 template<
typename ModelIdT = Aws::String>
61 bool m_offerTokenHasBeenSet =
false;
64 bool m_modelIdHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
bool OfferTokenHasBeenSet() const
void SetModelId(ModelIdT &&value)
AWS_BEDROCK_API Aws::String SerializePayload() const override
const Aws::String & GetOfferToken() const
void SetOfferToken(OfferTokenT &&value)
const Aws::String & GetModelId() const
AWS_BEDROCK_API CreateFoundationModelAgreementRequest()=default
CreateFoundationModelAgreementRequest & WithModelId(ModelIdT &&value)
bool ModelIdHasBeenSet() const
CreateFoundationModelAgreementRequest & WithOfferToken(OfferTokenT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String