7#include <aws/bedrock/Bedrock_EXPORTS.h>
8#include <aws/bedrock/BedrockRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
30 inline virtual const char*
GetServiceRequestName()
const override {
return "DeleteProvisionedModelThroughput"; }
43 inline void SetProvisionedModelId(
const char* value) { m_provisionedModelIdHasBeenSet =
true; m_provisionedModelId.assign(value); }
51 bool m_provisionedModelIdHasBeenSet =
false;
DeleteProvisionedModelThroughputRequest & WithProvisionedModelId(const char *value)
void SetProvisionedModelId(const char *value)
AWS_BEDROCK_API DeleteProvisionedModelThroughputRequest()
bool ProvisionedModelIdHasBeenSet() const
DeleteProvisionedModelThroughputRequest & WithProvisionedModelId(Aws::String &&value)
virtual const char * GetServiceRequestName() const override
DeleteProvisionedModelThroughputRequest & WithProvisionedModelId(const Aws::String &value)
const Aws::String & GetProvisionedModelId() const
void SetProvisionedModelId(const Aws::String &value)
void SetProvisionedModelId(Aws::String &&value)
AWS_BEDROCK_API Aws::String SerializePayload() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String