7#include <aws/bedrock-agent/BedrockAgent_EXPORTS.h>
8#include <aws/bedrock-agent/model/FlowAliasConcurrencyConfiguration.h>
9#include <aws/bedrock-agent/model/FlowAliasRoutingConfigurationListItem.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
12#include <aws/core/utils/memory/stl/AWSVector.h>
23namespace BedrockAgent {
47 template <
typename NameT = Aws::String>
49 m_nameHasBeenSet =
true;
50 m_name = std::forward<NameT>(value);
52 template <
typename NameT = Aws::String>
54 SetName(std::forward<NameT>(value));
65 template <
typename DescriptionT = Aws::String>
67 m_descriptionHasBeenSet =
true;
68 m_description = std::forward<DescriptionT>(value);
70 template <
typename DescriptionT = Aws::String>
84 template <
typename RoutingConfigurationT = Aws::Vector<FlowAliasRoutingConfigurationListItem>>
86 m_routingConfigurationHasBeenSet =
true;
87 m_routingConfiguration = std::forward<RoutingConfigurationT>(value);
89 template <
typename RoutingConfigurationT = Aws::Vector<FlowAliasRoutingConfigurationListItem>>
94 template <
typename RoutingConfigurationT = FlowAliasRoutingConfigurationListItem>
96 m_routingConfigurationHasBeenSet =
true;
97 m_routingConfiguration.emplace_back(std::forward<RoutingConfigurationT>(value));
109 template <
typename ConcurrencyConfigurationT = FlowAliasConcurrencyConfiguration>
111 m_concurrencyConfigurationHasBeenSet =
true;
112 m_concurrencyConfiguration = std::forward<ConcurrencyConfigurationT>(value);
114 template <
typename ConcurrencyConfigurationT = FlowAliasConcurrencyConfiguration>
127 template <
typename FlowIdT = Aws::String>
129 m_flowIdHasBeenSet =
true;
130 m_flowId = std::forward<FlowIdT>(value);
132 template <
typename FlowIdT = Aws::String>
145 template <
typename IdT = Aws::String>
147 m_idHasBeenSet =
true;
148 m_id = std::forward<IdT>(value);
150 template <
typename IdT = Aws::String>
152 SetId(std::forward<IdT>(value));
163 template <
typename ArnT = Aws::String>
165 m_arnHasBeenSet =
true;
166 m_arn = std::forward<ArnT>(value);
168 template <
typename ArnT = Aws::String>
170 SetArn(std::forward<ArnT>(value));
181 template <
typename CreatedAtT = Aws::Utils::DateTime>
183 m_createdAtHasBeenSet =
true;
184 m_createdAt = std::forward<CreatedAtT>(value);
186 template <
typename CreatedAtT = Aws::Utils::DateTime>
199 template <
typename UpdatedAtT = Aws::Utils::DateTime>
201 m_updatedAtHasBeenSet =
true;
202 m_updatedAt = std::forward<UpdatedAtT>(value);
204 template <
typename UpdatedAtT = Aws::Utils::DateTime>
228 bool m_nameHasBeenSet =
false;
229 bool m_descriptionHasBeenSet =
false;
230 bool m_routingConfigurationHasBeenSet =
false;
231 bool m_concurrencyConfigurationHasBeenSet =
false;
232 bool m_flowIdHasBeenSet =
false;
233 bool m_idHasBeenSet =
false;
234 bool m_arnHasBeenSet =
false;
235 bool m_createdAtHasBeenSet =
false;
236 bool m_updatedAtHasBeenSet =
false;
void SetUpdatedAt(UpdatedAtT &&value)
void SetRoutingConfiguration(RoutingConfigurationT &&value)
void SetConcurrencyConfiguration(ConcurrencyConfigurationT &&value)
const Aws::String & GetDescription() const
FlowAliasSummary & WithName(NameT &&value)
void SetCreatedAt(CreatedAtT &&value)
const Aws::String & GetFlowId() const
const Aws::Utils::DateTime & GetUpdatedAt() const
FlowAliasSummary & WithRoutingConfiguration(RoutingConfigurationT &&value)
bool RoutingConfigurationHasBeenSet() const
AWS_BEDROCKAGENT_API FlowAliasSummary()=default
AWS_BEDROCKAGENT_API Aws::Utils::Json::JsonValue Jsonize() const
bool IdHasBeenSet() const
bool UpdatedAtHasBeenSet() const
bool FlowIdHasBeenSet() const
FlowAliasSummary & WithUpdatedAt(UpdatedAtT &&value)
bool ArnHasBeenSet() const
FlowAliasSummary & WithId(IdT &&value)
void SetName(NameT &&value)
FlowAliasSummary & WithArn(ArnT &&value)
void SetDescription(DescriptionT &&value)
FlowAliasSummary & WithDescription(DescriptionT &&value)
bool DescriptionHasBeenSet() const
AWS_BEDROCKAGENT_API FlowAliasSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetId() const
const Aws::Utils::DateTime & GetCreatedAt() const
const Aws::String & GetName() const
void SetFlowId(FlowIdT &&value)
FlowAliasSummary & WithFlowId(FlowIdT &&value)
bool CreatedAtHasBeenSet() const
const FlowAliasConcurrencyConfiguration & GetConcurrencyConfiguration() const
FlowAliasSummary & WithConcurrencyConfiguration(ConcurrencyConfigurationT &&value)
const Aws::Vector< FlowAliasRoutingConfigurationListItem > & GetRoutingConfiguration() const
bool ConcurrencyConfigurationHasBeenSet() const
const Aws::String & GetArn() const
FlowAliasSummary & WithCreatedAt(CreatedAtT &&value)
bool NameHasBeenSet() const
AWS_BEDROCKAGENT_API FlowAliasSummary(Aws::Utils::Json::JsonView jsonValue)
FlowAliasSummary & AddRoutingConfiguration(RoutingConfigurationT &&value)
void SetArn(ArnT &&value)
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue