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;
bool ModelIdentifierHasBeenSet() const
void SetModelIdentifier(ModelIdentifierT &&value)
const Aws::String & GetModelIdentifier() const
AWS_BEDROCK_API Aws::String SerializePayload() const override
AWS_BEDROCK_API DeleteCustomModelRequest()=default
DeleteCustomModelRequest & WithModelIdentifier(ModelIdentifierT &&value)
virtual const char * GetServiceRequestName() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String