7#include <aws/bedrock/Bedrock_EXPORTS.h>
8#include <aws/bedrock/BedrockRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
43 inline void SetModelIdentifier(
const char* value) { m_modelIdentifierHasBeenSet =
true; m_modelIdentifier.assign(value); }
51 bool m_modelIdentifierHasBeenSet =
false;
GetImportedModelRequest & WithModelIdentifier(const char *value)
const Aws::String & GetModelIdentifier() const
AWS_BEDROCK_API GetImportedModelRequest()
GetImportedModelRequest & WithModelIdentifier(const Aws::String &value)
GetImportedModelRequest & WithModelIdentifier(Aws::String &&value)
bool ModelIdentifierHasBeenSet() const
virtual const char * GetServiceRequestName() const override
AWS_BEDROCK_API Aws::String SerializePayload() const override
void SetModelIdentifier(const char *value)
void SetModelIdentifier(const Aws::String &value)
void SetModelIdentifier(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String