7#include <aws/bedrock/BedrockRequest.h>
8#include <aws/bedrock/Bedrock_EXPORTS.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
37 template <
typename InferenceProfileIdentifierT = Aws::String>
39 m_inferenceProfileIdentifierHasBeenSet =
true;
40 m_inferenceProfileIdentifier = std::forward<InferenceProfileIdentifierT>(value);
42 template <
typename InferenceProfileIdentifierT = Aws::String>
50 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::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String