7#include <aws/bedrock-agent/BedrockAgent_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/bedrock-agent/model/FlowDefinition.h>
11#include <aws/bedrock-agent/model/FlowStatus.h>
16template<
typename RESULT_TYPE>
17class AmazonWebServiceResult;
43 template<
typename ArnT = Aws::String>
44 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
45 template<
typename ArnT = Aws::String>
54 template<
typename CreatedAtT = Aws::Utils::DateTime>
55 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
56 template<
typename CreatedAtT = Aws::Utils::DateTime>
66 template<
typename CustomerEncryptionKeyArnT = Aws::String>
67 void SetCustomerEncryptionKeyArn(CustomerEncryptionKeyArnT&& value) { m_customerEncryptionKeyArnHasBeenSet =
true; m_customerEncryptionKeyArn = std::forward<CustomerEncryptionKeyArnT>(value); }
68 template<
typename CustomerEncryptionKeyArnT = Aws::String>
77 template<
typename DefinitionT = FlowDefinition>
78 void SetDefinition(DefinitionT&& value) { m_definitionHasBeenSet =
true; m_definition = std::forward<DefinitionT>(value); }
79 template<
typename DefinitionT = FlowDefinition>
88 template<
typename DescriptionT = Aws::String>
89 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
90 template<
typename DescriptionT = Aws::String>
103 template<
typename ExecutionRoleArnT = Aws::String>
104 void SetExecutionRoleArn(ExecutionRoleArnT&& value) { m_executionRoleArnHasBeenSet =
true; m_executionRoleArn = std::forward<ExecutionRoleArnT>(value); }
105 template<
typename ExecutionRoleArnT = Aws::String>
114 template<
typename IdT = Aws::String>
115 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
116 template<
typename IdT = Aws::String>
125 template<
typename NameT = Aws::String>
126 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
127 template<
typename NameT = Aws::String>
147 template<
typename UpdatedAtT = Aws::Utils::DateTime>
148 void SetUpdatedAt(UpdatedAtT&& value) { m_updatedAtHasBeenSet =
true; m_updatedAt = std::forward<UpdatedAtT>(value); }
149 template<
typename UpdatedAtT = Aws::Utils::DateTime>
159 template<
typename VersionT = Aws::String>
160 void SetVersion(VersionT&& value) { m_versionHasBeenSet =
true; m_version = std::forward<VersionT>(value); }
161 template<
typename VersionT = Aws::String>
168 template<
typename RequestIdT = Aws::String>
169 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
170 template<
typename RequestIdT = Aws::String>
176 bool m_arnHasBeenSet =
false;
179 bool m_createdAtHasBeenSet =
false;
182 bool m_customerEncryptionKeyArnHasBeenSet =
false;
184 FlowDefinition m_definition;
185 bool m_definitionHasBeenSet =
false;
188 bool m_descriptionHasBeenSet =
false;
191 bool m_executionRoleArnHasBeenSet =
false;
194 bool m_idHasBeenSet =
false;
197 bool m_nameHasBeenSet =
false;
200 bool m_statusHasBeenSet =
false;
203 bool m_updatedAtHasBeenSet =
false;
206 bool m_versionHasBeenSet =
false;
209 bool m_requestIdHasBeenSet =
false;
void SetName(NameT &&value)
CreateFlowResult & WithRequestId(RequestIdT &&value)
void SetUpdatedAt(UpdatedAtT &&value)
CreateFlowResult & WithName(NameT &&value)
CreateFlowResult & WithDefinition(DefinitionT &&value)
void SetStatus(FlowStatus value)
const Aws::String & GetArn() const
CreateFlowResult & WithCustomerEncryptionKeyArn(CustomerEncryptionKeyArnT &&value)
void SetCreatedAt(CreatedAtT &&value)
AWS_BEDROCKAGENT_API CreateFlowResult()=default
const Aws::Utils::DateTime & GetCreatedAt() const
AWS_BEDROCKAGENT_API CreateFlowResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreateFlowResult & WithArn(ArnT &&value)
void SetRequestId(RequestIdT &&value)
const Aws::String & GetId() const
FlowStatus GetStatus() const
const Aws::String & GetDescription() const
void SetArn(ArnT &&value)
CreateFlowResult & WithUpdatedAt(UpdatedAtT &&value)
CreateFlowResult & WithVersion(VersionT &&value)
CreateFlowResult & WithExecutionRoleArn(ExecutionRoleArnT &&value)
const Aws::String & GetRequestId() const
CreateFlowResult & WithStatus(FlowStatus value)
CreateFlowResult & WithCreatedAt(CreatedAtT &&value)
void SetDescription(DescriptionT &&value)
void SetDefinition(DefinitionT &&value)
const Aws::String & GetName() const
const Aws::String & GetVersion() const
CreateFlowResult & WithDescription(DescriptionT &&value)
const FlowDefinition & GetDefinition() const
const Aws::String & GetExecutionRoleArn() const
const Aws::Utils::DateTime & GetUpdatedAt() const
void SetExecutionRoleArn(ExecutionRoleArnT &&value)
CreateFlowResult & WithId(IdT &&value)
void SetCustomerEncryptionKeyArn(CustomerEncryptionKeyArnT &&value)
void SetVersion(VersionT &&value)
AWS_BEDROCKAGENT_API CreateFlowResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetCustomerEncryptionKeyArn() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue