7#include <aws/bedrock-agent-runtime/BedrockAgentRuntime_EXPORTS.h>
8#include <aws/bedrock-agent-runtime/model/PerformanceConfiguration.h>
21namespace BedrockAgentRuntime
47 template<
typename PerformanceConfigT = PerformanceConfiguration>
48 void SetPerformanceConfig(PerformanceConfigT&& value) { m_performanceConfigHasBeenSet =
true; m_performanceConfig = std::forward<PerformanceConfigT>(value); }
49 template<
typename PerformanceConfigT = PerformanceConfiguration>
55 bool m_performanceConfigHasBeenSet =
false;
AWS_BEDROCKAGENTRUNTIME_API Aws::Utils::Json::JsonValue Jsonize() const
bool PerformanceConfigHasBeenSet() const
BedrockModelConfigurations & WithPerformanceConfig(PerformanceConfigT &&value)
AWS_BEDROCKAGENTRUNTIME_API BedrockModelConfigurations & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_BEDROCKAGENTRUNTIME_API BedrockModelConfigurations()=default
void SetPerformanceConfig(PerformanceConfigT &&value)
AWS_BEDROCKAGENTRUNTIME_API BedrockModelConfigurations(Aws::Utils::Json::JsonView jsonValue)
const PerformanceConfiguration & GetPerformanceConfig() const
Aws::Utils::Json::JsonValue JsonValue