7#include <aws/bedrock-agent/BedrockAgent_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/bedrock-agent/model/FlowAliasConcurrencyConfiguration.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/bedrock-agent/model/FlowAliasRoutingConfigurationListItem.h>
17template<
typename RESULT_TYPE>
18class AmazonWebServiceResult;
44 template<
typename ArnT = Aws::String>
45 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
46 template<
typename ArnT = Aws::String>
56 template<
typename ConcurrencyConfigurationT = FlowAliasConcurrencyConfiguration>
57 void SetConcurrencyConfiguration(ConcurrencyConfigurationT&& value) { m_concurrencyConfigurationHasBeenSet =
true; m_concurrencyConfiguration = std::forward<ConcurrencyConfigurationT>(value); }
58 template<
typename ConcurrencyConfigurationT = FlowAliasConcurrencyConfiguration>
67 template<
typename CreatedAtT = Aws::Utils::DateTime>
68 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
69 template<
typename CreatedAtT = Aws::Utils::DateTime>
78 template<
typename DescriptionT = Aws::String>
79 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
80 template<
typename DescriptionT = Aws::String>
89 template<
typename FlowIdT = Aws::String>
90 void SetFlowId(FlowIdT&& value) { m_flowIdHasBeenSet =
true; m_flowId = std::forward<FlowIdT>(value); }
91 template<
typename FlowIdT = Aws::String>
100 template<
typename IdT = Aws::String>
101 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
102 template<
typename IdT = Aws::String>
111 template<
typename NameT = Aws::String>
112 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
113 template<
typename NameT = Aws::String>
122 template<
typename RoutingConfigurationT = Aws::Vector<FlowAliasRoutingConfigurationListItem>>
123 void SetRoutingConfiguration(RoutingConfigurationT&& value) { m_routingConfigurationHasBeenSet =
true; m_routingConfiguration = std::forward<RoutingConfigurationT>(value); }
124 template<
typename RoutingConfigurationT = Aws::Vector<FlowAliasRoutingConfigurationListItem>>
126 template<
typename RoutingConfigurationT = FlowAliasRoutingConfigurationListItem>
135 template<
typename UpdatedAtT = Aws::Utils::DateTime>
136 void SetUpdatedAt(UpdatedAtT&& value) { m_updatedAtHasBeenSet =
true; m_updatedAt = std::forward<UpdatedAtT>(value); }
137 template<
typename UpdatedAtT = Aws::Utils::DateTime>
144 template<
typename RequestIdT = Aws::String>
145 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
146 template<
typename RequestIdT = Aws::String>
152 bool m_arnHasBeenSet =
false;
155 bool m_concurrencyConfigurationHasBeenSet =
false;
158 bool m_createdAtHasBeenSet =
false;
161 bool m_descriptionHasBeenSet =
false;
164 bool m_flowIdHasBeenSet =
false;
167 bool m_idHasBeenSet =
false;
170 bool m_nameHasBeenSet =
false;
173 bool m_routingConfigurationHasBeenSet =
false;
176 bool m_updatedAtHasBeenSet =
false;
179 bool m_requestIdHasBeenSet =
false;
UpdateFlowAliasResult & WithDescription(DescriptionT &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
void SetRequestId(RequestIdT &&value)
UpdateFlowAliasResult & WithConcurrencyConfiguration(ConcurrencyConfigurationT &&value)
UpdateFlowAliasResult & WithName(NameT &&value)
const Aws::String & GetDescription() const
UpdateFlowAliasResult & WithArn(ArnT &&value)
const Aws::Vector< FlowAliasRoutingConfigurationListItem > & GetRoutingConfiguration() const
void SetArn(ArnT &&value)
AWS_BEDROCKAGENT_API UpdateFlowAliasResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdateFlowAliasResult & WithRoutingConfiguration(RoutingConfigurationT &&value)
const FlowAliasConcurrencyConfiguration & GetConcurrencyConfiguration() const
void SetConcurrencyConfiguration(ConcurrencyConfigurationT &&value)
void SetCreatedAt(CreatedAtT &&value)
void SetName(NameT &&value)
const Aws::Utils::DateTime & GetUpdatedAt() const
UpdateFlowAliasResult & AddRoutingConfiguration(RoutingConfigurationT &&value)
const Aws::String & GetArn() const
const Aws::String & GetId() const
UpdateFlowAliasResult & WithFlowId(FlowIdT &&value)
const Aws::String & GetFlowId() const
AWS_BEDROCKAGENT_API UpdateFlowAliasResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_BEDROCKAGENT_API UpdateFlowAliasResult()=default
UpdateFlowAliasResult & WithRequestId(RequestIdT &&value)
void SetDescription(DescriptionT &&value)
void SetUpdatedAt(UpdatedAtT &&value)
UpdateFlowAliasResult & WithId(IdT &&value)
void SetRoutingConfiguration(RoutingConfigurationT &&value)
const Aws::String & GetRequestId() const
UpdateFlowAliasResult & WithUpdatedAt(UpdatedAtT &&value)
void SetFlowId(FlowIdT &&value)
const Aws::String & GetName() const
UpdateFlowAliasResult & WithCreatedAt(CreatedAtT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue