7#include <aws/bedrock/BedrockRequest.h>
8#include <aws/bedrock/Bedrock_EXPORTS.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
38 template <
typename InferenceProfileIdentifierT = Aws::String>
40 m_inferenceProfileIdentifierHasBeenSet =
true;
41 m_inferenceProfileIdentifier = std::forward<InferenceProfileIdentifierT>(value);
43 template <
typename InferenceProfileIdentifierT = Aws::String>
51 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