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 SetProvisionedModelId(
const char* value) { m_provisionedModelIdHasBeenSet =
true; m_provisionedModelId.assign(value); }
51 bool m_provisionedModelIdHasBeenSet =
false;
AWS_BEDROCK_API GetProvisionedModelThroughputRequest()
GetProvisionedModelThroughputRequest & WithProvisionedModelId(Aws::String &&value)
void SetProvisionedModelId(const char *value)
void SetProvisionedModelId(const Aws::String &value)
void SetProvisionedModelId(Aws::String &&value)
GetProvisionedModelThroughputRequest & WithProvisionedModelId(const char *value)
virtual const char * GetServiceRequestName() const override
AWS_BEDROCK_API Aws::String SerializePayload() const override
const Aws::String & GetProvisionedModelId() const
GetProvisionedModelThroughputRequest & WithProvisionedModelId(const Aws::String &value)
bool ProvisionedModelIdHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String