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