7#include <aws/bedrock-agent-runtime/BedrockAgentRuntimeRequest.h>
8#include <aws/bedrock-agent-runtime/BedrockAgentRuntime_EXPORTS.h>
9#include <aws/bedrock-agent-runtime/model/QueryGenerationInput.h>
10#include <aws/bedrock-agent-runtime/model/TransformationConfiguration.h>
15namespace BedrockAgentRuntime {
39 template <
typename QueryGenerationInputT = QueryGenerationInput>
41 m_queryGenerationInputHasBeenSet =
true;
42 m_queryGenerationInput = std::forward<QueryGenerationInputT>(value);
44 template <
typename QueryGenerationInputT = QueryGenerationInput>
58 template <
typename TransformationConfigurationT = TransformationConfiguration>
60 m_transformationConfigurationHasBeenSet =
true;
61 m_transformationConfiguration = std::forward<TransformationConfigurationT>(value);
63 template <
typename TransformationConfigurationT = TransformationConfiguration>
73 bool m_queryGenerationInputHasBeenSet =
false;
74 bool m_transformationConfigurationHasBeenSet =
false;
bool QueryGenerationInputHasBeenSet() const
bool TransformationConfigurationHasBeenSet() const
const TransformationConfiguration & GetTransformationConfiguration() const
virtual const char * GetServiceRequestName() const override
GenerateQueryRequest & WithQueryGenerationInput(QueryGenerationInputT &&value)
void SetTransformationConfiguration(TransformationConfigurationT &&value)
GenerateQueryRequest & WithTransformationConfiguration(TransformationConfigurationT &&value)
AWS_BEDROCKAGENTRUNTIME_API Aws::String SerializePayload() const override
AWS_BEDROCKAGENTRUNTIME_API GenerateQueryRequest()=default
const QueryGenerationInput & GetQueryGenerationInput() const
void SetQueryGenerationInput(QueryGenerationInputT &&value)
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String