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/http/HttpResponse.h>
11#include <aws/core/utils/DateTime.h>
12#include <aws/core/utils/memory/stl/AWSString.h>
13#include <aws/core/utils/memory/stl/AWSVector.h>
18template <
typename RESULT_TYPE>
19class AmazonWebServiceResult;
26namespace BedrockAgent {
39 template <
typename NameT = Aws::String>
41 m_nameHasBeenSet =
true;
42 m_name = std::forward<NameT>(value);
44 template <
typename NameT = Aws::String>
46 SetName(std::forward<NameT>(value));
56 template <
typename DescriptionT = Aws::String>
58 m_descriptionHasBeenSet =
true;
59 m_description = std::forward<DescriptionT>(value);
61 template <
typename DescriptionT = Aws::String>
73 template <
typename RoutingConfigurationT = Aws::Vector<FlowAliasRoutingConfigurationListItem>>
75 m_routingConfigurationHasBeenSet =
true;
76 m_routingConfiguration = std::forward<RoutingConfigurationT>(value);
78 template <
typename RoutingConfigurationT = Aws::Vector<FlowAliasRoutingConfigurationListItem>>
83 template <
typename RoutingConfigurationT = FlowAliasRoutingConfigurationListItem>
85 m_routingConfigurationHasBeenSet =
true;
86 m_routingConfiguration.emplace_back(std::forward<RoutingConfigurationT>(value));
97 template <
typename ConcurrencyConfigurationT = FlowAliasConcurrencyConfiguration>
99 m_concurrencyConfigurationHasBeenSet =
true;
100 m_concurrencyConfiguration = std::forward<ConcurrencyConfigurationT>(value);
102 template <
typename ConcurrencyConfigurationT = FlowAliasConcurrencyConfiguration>
114 template <
typename FlowIdT = Aws::String>
116 m_flowIdHasBeenSet =
true;
117 m_flowId = std::forward<FlowIdT>(value);
119 template <
typename FlowIdT = Aws::String>
131 template <
typename IdT = Aws::String>
133 m_idHasBeenSet =
true;
134 m_id = std::forward<IdT>(value);
136 template <
typename IdT = Aws::String>
138 SetId(std::forward<IdT>(value));
148 template <
typename ArnT = Aws::String>
150 m_arnHasBeenSet =
true;
151 m_arn = std::forward<ArnT>(value);
153 template <
typename ArnT = Aws::String>
155 SetArn(std::forward<ArnT>(value));
165 template <
typename CreatedAtT = Aws::Utils::DateTime>
167 m_createdAtHasBeenSet =
true;
168 m_createdAt = std::forward<CreatedAtT>(value);
170 template <
typename CreatedAtT = Aws::Utils::DateTime>
182 template <
typename UpdatedAtT = Aws::Utils::DateTime>
184 m_updatedAtHasBeenSet =
true;
185 m_updatedAt = std::forward<UpdatedAtT>(value);
187 template <
typename UpdatedAtT = Aws::Utils::DateTime>
197 template <
typename RequestIdT = Aws::String>
199 m_requestIdHasBeenSet =
true;
200 m_requestId = std::forward<RequestIdT>(value);
202 template <
typename RequestIdT = Aws::String>
231 bool m_nameHasBeenSet =
false;
232 bool m_descriptionHasBeenSet =
false;
233 bool m_routingConfigurationHasBeenSet =
false;
234 bool m_concurrencyConfigurationHasBeenSet =
false;
235 bool m_flowIdHasBeenSet =
false;
236 bool m_idHasBeenSet =
false;
237 bool m_arnHasBeenSet =
false;
238 bool m_createdAtHasBeenSet =
false;
239 bool m_updatedAtHasBeenSet =
false;
240 bool m_requestIdHasBeenSet =
false;
GetFlowAliasResult & WithUpdatedAt(UpdatedAtT &&value)
const Aws::String & GetArn() const
const Aws::String & GetDescription() const
GetFlowAliasResult & WithId(IdT &&value)
void SetConcurrencyConfiguration(ConcurrencyConfigurationT &&value)
const Aws::String & GetId() const
GetFlowAliasResult & WithArn(ArnT &&value)
void SetName(NameT &&value)
GetFlowAliasResult & WithRoutingConfiguration(RoutingConfigurationT &&value)
GetFlowAliasResult & WithConcurrencyConfiguration(ConcurrencyConfigurationT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
void SetRequestId(RequestIdT &&value)
void SetUpdatedAt(UpdatedAtT &&value)
const FlowAliasConcurrencyConfiguration & GetConcurrencyConfiguration() const
GetFlowAliasResult & WithName(NameT &&value)
void SetFlowId(FlowIdT &&value)
void SetDescription(DescriptionT &&value)
void SetArn(ArnT &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
GetFlowAliasResult & WithFlowId(FlowIdT &&value)
const Aws::String & GetName() const
AWS_BEDROCKAGENT_API GetFlowAliasResult()=default
void SetCreatedAt(CreatedAtT &&value)
AWS_BEDROCKAGENT_API GetFlowAliasResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
GetFlowAliasResult & WithDescription(DescriptionT &&value)
GetFlowAliasResult & WithCreatedAt(CreatedAtT &&value)
AWS_BEDROCKAGENT_API GetFlowAliasResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetFlowAliasResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetFlowId() const
const Aws::Utils::DateTime & GetUpdatedAt() const
GetFlowAliasResult & AddRoutingConfiguration(RoutingConfigurationT &&value)
void SetRoutingConfiguration(RoutingConfigurationT &&value)
const Aws::Vector< FlowAliasRoutingConfigurationListItem > & GetRoutingConfiguration() 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