7#include <aws/bedrock-agent/BedrockAgent_EXPORTS.h>
8#include <aws/bedrock-agent/model/PromptModelInferenceConfiguration.h>
19namespace BedrockAgent {
41 template <
typename TextT = PromptModelInferenceConfiguration>
43 m_textHasBeenSet =
true;
44 m_text = std::forward<TextT>(value);
46 template <
typename TextT = PromptModelInferenceConfiguration>
48 SetText(std::forward<TextT>(value));
54 bool m_textHasBeenSet =
false;
AWS_BEDROCKAGENT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_BEDROCKAGENT_API PromptInferenceConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_BEDROCKAGENT_API PromptInferenceConfiguration(Aws::Utils::Json::JsonView jsonValue)
bool TextHasBeenSet() const
void SetText(TextT &&value)
AWS_BEDROCKAGENT_API PromptInferenceConfiguration()=default
const PromptModelInferenceConfiguration & GetText() const
PromptInferenceConfiguration & WithText(TextT &&value)
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
Aws::Utils::Json::JsonValue JsonValue