7#include <aws/bedrock-agent/BedrockAgent_EXPORTS.h>
8#include <aws/bedrock-agent/model/FlowDefinition.h>
9#include <aws/bedrock-agent/model/FlowStatus.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
24namespace BedrockAgent {
37 template <
typename NameT = Aws::String>
39 m_nameHasBeenSet =
true;
40 m_name = std::forward<NameT>(value);
42 template <
typename NameT = Aws::String>
44 SetName(std::forward<NameT>(value));
54 template <
typename DescriptionT = Aws::String>
56 m_descriptionHasBeenSet =
true;
57 m_description = std::forward<DescriptionT>(value);
59 template <
typename DescriptionT = Aws::String>
75 template <
typename ExecutionRoleArnT = Aws::String>
77 m_executionRoleArnHasBeenSet =
true;
78 m_executionRoleArn = std::forward<ExecutionRoleArnT>(value);
80 template <
typename ExecutionRoleArnT = Aws::String>
93 template <
typename CustomerEncryptionKeyArnT = Aws::String>
95 m_customerEncryptionKeyArnHasBeenSet =
true;
96 m_customerEncryptionKeyArn = std::forward<CustomerEncryptionKeyArnT>(value);
98 template <
typename CustomerEncryptionKeyArnT = Aws::String>
110 template <
typename IdT = Aws::String>
112 m_idHasBeenSet =
true;
113 m_id = std::forward<IdT>(value);
115 template <
typename IdT = Aws::String>
117 SetId(std::forward<IdT>(value));
127 template <
typename ArnT = Aws::String>
129 m_arnHasBeenSet =
true;
130 m_arn = std::forward<ArnT>(value);
132 template <
typename ArnT = Aws::String>
134 SetArn(std::forward<ArnT>(value));
147 m_statusHasBeenSet =
true;
161 template <
typename CreatedAtT = Aws::Utils::DateTime>
163 m_createdAtHasBeenSet =
true;
164 m_createdAt = std::forward<CreatedAtT>(value);
166 template <
typename CreatedAtT = Aws::Utils::DateTime>
178 template <
typename UpdatedAtT = Aws::Utils::DateTime>
180 m_updatedAtHasBeenSet =
true;
181 m_updatedAt = std::forward<UpdatedAtT>(value);
183 template <
typename UpdatedAtT = Aws::Utils::DateTime>
196 template <
typename VersionT = Aws::String>
198 m_versionHasBeenSet =
true;
199 m_version = std::forward<VersionT>(value);
201 template <
typename VersionT = Aws::String>
213 template <
typename DefinitionT = FlowDefinition>
215 m_definitionHasBeenSet =
true;
216 m_definition = std::forward<DefinitionT>(value);
218 template <
typename DefinitionT = FlowDefinition>
228 template <
typename RequestIdT = Aws::String>
230 m_requestIdHasBeenSet =
true;
231 m_requestId = std::forward<RequestIdT>(value);
233 template <
typename RequestIdT = Aws::String>
260 FlowDefinition m_definition;
263 bool m_nameHasBeenSet =
false;
264 bool m_descriptionHasBeenSet =
false;
265 bool m_executionRoleArnHasBeenSet =
false;
266 bool m_customerEncryptionKeyArnHasBeenSet =
false;
267 bool m_idHasBeenSet =
false;
268 bool m_arnHasBeenSet =
false;
269 bool m_statusHasBeenSet =
false;
270 bool m_createdAtHasBeenSet =
false;
271 bool m_updatedAtHasBeenSet =
false;
272 bool m_versionHasBeenSet =
false;
273 bool m_definitionHasBeenSet =
false;
274 bool m_requestIdHasBeenSet =
false;
AWS_BEDROCKAGENT_API UpdateFlowResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetId() const
void SetCreatedAt(CreatedAtT &&value)
UpdateFlowResult & WithCreatedAt(CreatedAtT &&value)
void SetArn(ArnT &&value)
UpdateFlowResult & WithDescription(DescriptionT &&value)
const Aws::String & GetArn() const
UpdateFlowResult & WithId(IdT &&value)
const Aws::String & GetName() const
const Aws::String & GetExecutionRoleArn() const
UpdateFlowResult & WithUpdatedAt(UpdatedAtT &&value)
const Aws::String & GetCustomerEncryptionKeyArn() const
UpdateFlowResult & WithRequestId(RequestIdT &&value)
AWS_BEDROCKAGENT_API UpdateFlowResult()=default
UpdateFlowResult & WithCustomerEncryptionKeyArn(CustomerEncryptionKeyArnT &&value)
const Aws::Utils::DateTime & GetUpdatedAt() const
UpdateFlowResult & WithExecutionRoleArn(ExecutionRoleArnT &&value)
void SetDefinition(DefinitionT &&value)
UpdateFlowResult & WithName(NameT &&value)
void SetName(NameT &&value)
UpdateFlowResult & WithDefinition(DefinitionT &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
UpdateFlowResult & WithArn(ArnT &&value)
FlowStatus GetStatus() const
void SetStatus(FlowStatus value)
void SetRequestId(RequestIdT &&value)
void SetDescription(DescriptionT &&value)
const Aws::String & GetRequestId() const
const Aws::String & GetVersion() const
void SetExecutionRoleArn(ExecutionRoleArnT &&value)
void SetCustomerEncryptionKeyArn(CustomerEncryptionKeyArnT &&value)
const FlowDefinition & GetDefinition() const
AWS_BEDROCKAGENT_API UpdateFlowResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetUpdatedAt(UpdatedAtT &&value)
const Aws::String & GetDescription() const
void SetVersion(VersionT &&value)
UpdateFlowResult & WithVersion(VersionT &&value)
UpdateFlowResult & WithStatus(FlowStatus value)
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue