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