7#include <aws/bedrock/BedrockRequest.h>
8#include <aws/bedrock/Bedrock_EXPORTS.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
37 template <
typename ModelIdentifierT = Aws::String>
39 m_modelIdentifierHasBeenSet =
true;
40 m_modelIdentifier = std::forward<ModelIdentifierT>(value);
42 template <
typename ModelIdentifierT = Aws::String>
50 bool m_modelIdentifierHasBeenSet =
false;
GetCustomModelRequest & WithModelIdentifier(ModelIdentifierT &&value)
virtual const char * GetServiceRequestName() const override
void SetModelIdentifier(ModelIdentifierT &&value)
const Aws::String & GetModelIdentifier() const
bool ModelIdentifierHasBeenSet() const
AWS_BEDROCK_API GetCustomModelRequest()=default
AWS_BEDROCK_API Aws::String SerializePayload() const override
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String