7#include <aws/bedrock/Bedrock_EXPORTS.h>
8#include <aws/bedrock/BedrockRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
42 template<
typename InferenceProfileIdentifierT = Aws::String>
43 void SetInferenceProfileIdentifier(InferenceProfileIdentifierT&& value) { m_inferenceProfileIdentifierHasBeenSet =
true; m_inferenceProfileIdentifier = std::forward<InferenceProfileIdentifierT>(value); }
44 template<
typename InferenceProfileIdentifierT = Aws::String>
50 bool m_inferenceProfileIdentifierHasBeenSet =
false;
DeleteInferenceProfileRequest & WithInferenceProfileIdentifier(InferenceProfileIdentifierT &&value)
AWS_BEDROCK_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
bool InferenceProfileIdentifierHasBeenSet() const
const Aws::String & GetInferenceProfileIdentifier() const
AWS_BEDROCK_API DeleteInferenceProfileRequest()=default
void SetInferenceProfileIdentifier(InferenceProfileIdentifierT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String