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 ModelIdentifierT = Aws::String>
42 void SetModelIdentifier(ModelIdentifierT&& value) { m_modelIdentifierHasBeenSet =
true; m_modelIdentifier = std::forward<ModelIdentifierT>(value); }
43 template<
typename ModelIdentifierT = Aws::String>
49 bool m_modelIdentifierHasBeenSet =
false;
const Aws::String & GetModelIdentifier() const
bool ModelIdentifierHasBeenSet() const
virtual const char * GetServiceRequestName() const override
void SetModelIdentifier(ModelIdentifierT &&value)
AWS_BEDROCK_API GetImportedModelRequest()=default
AWS_BEDROCK_API Aws::String SerializePayload() const override
GetImportedModelRequest & WithModelIdentifier(ModelIdentifierT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String