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>
17template <
typename RESULT_TYPE>
18class AmazonWebServiceResult;
25namespace BedrockAgent {
38 template <
typename NameT = Aws::String>
40 m_nameHasBeenSet =
true;
41 m_name = std::forward<NameT>(value);
43 template <
typename NameT = Aws::String>
45 SetName(std::forward<NameT>(value));
55 template <
typename DescriptionT = Aws::String>
57 m_descriptionHasBeenSet =
true;
58 m_description = std::forward<DescriptionT>(value);
60 template <
typename DescriptionT = Aws::String>
72 template <
typename RoutingConfigurationT = Aws::Vector<FlowAliasRoutingConfigurationListItem>>
74 m_routingConfigurationHasBeenSet =
true;
75 m_routingConfiguration = std::forward<RoutingConfigurationT>(value);
77 template <
typename RoutingConfigurationT = Aws::Vector<FlowAliasRoutingConfigurationListItem>>
82 template <
typename RoutingConfigurationT = FlowAliasRoutingConfigurationListItem>
84 m_routingConfigurationHasBeenSet =
true;
85 m_routingConfiguration.emplace_back(std::forward<RoutingConfigurationT>(value));
96 template <
typename ConcurrencyConfigurationT = FlowAliasConcurrencyConfiguration>
98 m_concurrencyConfigurationHasBeenSet =
true;
99 m_concurrencyConfiguration = std::forward<ConcurrencyConfigurationT>(value);
101 template <
typename ConcurrencyConfigurationT = FlowAliasConcurrencyConfiguration>
113 template <
typename FlowIdT = Aws::String>
115 m_flowIdHasBeenSet =
true;
116 m_flowId = std::forward<FlowIdT>(value);
118 template <
typename FlowIdT = Aws::String>
130 template <
typename IdT = Aws::String>
132 m_idHasBeenSet =
true;
133 m_id = std::forward<IdT>(value);
135 template <
typename IdT = Aws::String>
137 SetId(std::forward<IdT>(value));
147 template <
typename ArnT = Aws::String>
149 m_arnHasBeenSet =
true;
150 m_arn = std::forward<ArnT>(value);
152 template <
typename ArnT = Aws::String>
154 SetArn(std::forward<ArnT>(value));
164 template <
typename CreatedAtT = Aws::Utils::DateTime>
166 m_createdAtHasBeenSet =
true;
167 m_createdAt = std::forward<CreatedAtT>(value);
169 template <
typename CreatedAtT = Aws::Utils::DateTime>
181 template <
typename UpdatedAtT = Aws::Utils::DateTime>
183 m_updatedAtHasBeenSet =
true;
184 m_updatedAt = std::forward<UpdatedAtT>(value);
186 template <
typename UpdatedAtT = Aws::Utils::DateTime>
196 template <
typename RequestIdT = Aws::String>
198 m_requestIdHasBeenSet =
true;
199 m_requestId = std::forward<RequestIdT>(value);
201 template <
typename RequestIdT = Aws::String>
227 bool m_nameHasBeenSet =
false;
228 bool m_descriptionHasBeenSet =
false;
229 bool m_routingConfigurationHasBeenSet =
false;
230 bool m_concurrencyConfigurationHasBeenSet =
false;
231 bool m_flowIdHasBeenSet =
false;
232 bool m_idHasBeenSet =
false;
233 bool m_arnHasBeenSet =
false;
234 bool m_createdAtHasBeenSet =
false;
235 bool m_updatedAtHasBeenSet =
false;
236 bool m_requestIdHasBeenSet =
false;
const Aws::Utils::DateTime & GetCreatedAt() const
const Aws::String & GetArn() const
void SetName(NameT &&value)
CreateFlowAliasResult & WithId(IdT &&value)
CreateFlowAliasResult & WithFlowId(FlowIdT &&value)
void SetRoutingConfiguration(RoutingConfigurationT &&value)
const Aws::String & GetDescription() const
AWS_BEDROCKAGENT_API CreateFlowAliasResult()=default
CreateFlowAliasResult & AddRoutingConfiguration(RoutingConfigurationT &&value)
CreateFlowAliasResult & WithDescription(DescriptionT &&value)
CreateFlowAliasResult & WithName(NameT &&value)
const Aws::String & GetRequestId() const
const Aws::Utils::DateTime & GetUpdatedAt() const
AWS_BEDROCKAGENT_API CreateFlowAliasResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreateFlowAliasResult & WithRoutingConfiguration(RoutingConfigurationT &&value)
void SetCreatedAt(CreatedAtT &&value)
void SetRequestId(RequestIdT &&value)
const Aws::String & GetId() const
void SetArn(ArnT &&value)
AWS_BEDROCKAGENT_API CreateFlowAliasResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreateFlowAliasResult & WithArn(ArnT &&value)
const Aws::Vector< FlowAliasRoutingConfigurationListItem > & GetRoutingConfiguration() const
CreateFlowAliasResult & WithCreatedAt(CreatedAtT &&value)
CreateFlowAliasResult & WithUpdatedAt(UpdatedAtT &&value)
void SetUpdatedAt(UpdatedAtT &&value)
const Aws::String & GetName() const
const FlowAliasConcurrencyConfiguration & GetConcurrencyConfiguration() const
void SetConcurrencyConfiguration(ConcurrencyConfigurationT &&value)
CreateFlowAliasResult & WithConcurrencyConfiguration(ConcurrencyConfigurationT &&value)
void SetFlowId(FlowIdT &&value)
void SetDescription(DescriptionT &&value)
CreateFlowAliasResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetFlowId() const
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