7#include <aws/bedrock-agent/BedrockAgent_EXPORTS.h>
8#include <aws/bedrock-agent/model/ConcurrencyType.h>
19namespace BedrockAgent {
46 m_typeHasBeenSet =
true;
63 m_maxConcurrencyHasBeenSet =
true;
64 m_maxConcurrency = value;
74 int m_maxConcurrency{0};
75 bool m_typeHasBeenSet =
false;
76 bool m_maxConcurrencyHasBeenSet =
false;
AWS_BEDROCKAGENT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_BEDROCKAGENT_API FlowAliasConcurrencyConfiguration()=default
void SetType(ConcurrencyType value)
FlowAliasConcurrencyConfiguration & WithMaxConcurrency(int value)
bool MaxConcurrencyHasBeenSet() const
ConcurrencyType GetType() const
AWS_BEDROCKAGENT_API FlowAliasConcurrencyConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
int GetMaxConcurrency() const
FlowAliasConcurrencyConfiguration & WithType(ConcurrencyType value)
AWS_BEDROCKAGENT_API FlowAliasConcurrencyConfiguration(Aws::Utils::Json::JsonView jsonValue)
bool TypeHasBeenSet() const
void SetMaxConcurrency(int value)
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
Aws::Utils::Json::JsonValue JsonValue