7#include <aws/bedrock-agent-runtime/BedrockAgentRuntime_EXPORTS.h>
8#include <aws/bedrock-agent-runtime/model/PerformanceConfiguration.h>
19namespace BedrockAgentRuntime {
41 template <
typename PerformanceConfigT = PerformanceConfiguration>
43 m_performanceConfigHasBeenSet =
true;
44 m_performanceConfig = std::forward<PerformanceConfigT>(value);
46 template <
typename PerformanceConfigT = PerformanceConfiguration>
54 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
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
Aws::Utils::Json::JsonValue JsonValue