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>
92 template <
typename CustomerEncryptionKeyArnT = Aws::String>
94 m_customerEncryptionKeyArnHasBeenSet =
true;
95 m_customerEncryptionKeyArn = std::forward<CustomerEncryptionKeyArnT>(value);
97 template <
typename CustomerEncryptionKeyArnT = Aws::String>
109 template <
typename IdT = Aws::String>
111 m_idHasBeenSet =
true;
112 m_id = std::forward<IdT>(value);
114 template <
typename IdT = Aws::String>
116 SetId(std::forward<IdT>(value));
126 template <
typename ArnT = Aws::String>
128 m_arnHasBeenSet =
true;
129 m_arn = std::forward<ArnT>(value);
131 template <
typename ArnT = Aws::String>
133 SetArn(std::forward<ArnT>(value));
144 m_statusHasBeenSet =
true;
158 template <
typename CreatedAtT = Aws::Utils::DateTime>
160 m_createdAtHasBeenSet =
true;
161 m_createdAt = std::forward<CreatedAtT>(value);
163 template <
typename CreatedAtT = Aws::Utils::DateTime>
176 template <
typename VersionT = Aws::String>
178 m_versionHasBeenSet =
true;
179 m_version = std::forward<VersionT>(value);
181 template <
typename VersionT = Aws::String>
193 template <
typename DefinitionT = FlowDefinition>
195 m_definitionHasBeenSet =
true;
196 m_definition = std::forward<DefinitionT>(value);
198 template <
typename DefinitionT = FlowDefinition>
208 template <
typename RequestIdT = Aws::String>
210 m_requestIdHasBeenSet =
true;
211 m_requestId = std::forward<RequestIdT>(value);
213 template <
typename RequestIdT = Aws::String>
238 FlowDefinition m_definition;
241 bool m_nameHasBeenSet =
false;
242 bool m_descriptionHasBeenSet =
false;
243 bool m_executionRoleArnHasBeenSet =
false;
244 bool m_customerEncryptionKeyArnHasBeenSet =
false;
245 bool m_idHasBeenSet =
false;
246 bool m_arnHasBeenSet =
false;
247 bool m_statusHasBeenSet =
false;
248 bool m_createdAtHasBeenSet =
false;
249 bool m_versionHasBeenSet =
false;
250 bool m_definitionHasBeenSet =
false;
251 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetArn() const
void SetCreatedAt(CreatedAtT &&value)
const Aws::String & GetCustomerEncryptionKeyArn() const
const Aws::Utils::DateTime & GetCreatedAt() const
AWS_BEDROCKAGENT_API CreateFlowVersionResult()=default
AWS_BEDROCKAGENT_API CreateFlowVersionResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreateFlowVersionResult & WithId(IdT &&value)
CreateFlowVersionResult & WithName(NameT &&value)
void SetVersion(VersionT &&value)
CreateFlowVersionResult & WithCreatedAt(CreatedAtT &&value)
const FlowDefinition & GetDefinition() const
CreateFlowVersionResult & WithRequestId(RequestIdT &&value)
CreateFlowVersionResult & WithVersion(VersionT &&value)
CreateFlowVersionResult & WithDefinition(DefinitionT &&value)
const Aws::String & GetExecutionRoleArn() const
void SetDescription(DescriptionT &&value)
void SetStatus(FlowStatus value)
const Aws::String & GetDescription() const
const Aws::String & GetRequestId() const
CreateFlowVersionResult & WithCustomerEncryptionKeyArn(CustomerEncryptionKeyArnT &&value)
const Aws::String & GetName() const
FlowStatus GetStatus() const
CreateFlowVersionResult & WithDescription(DescriptionT &&value)
CreateFlowVersionResult & WithExecutionRoleArn(ExecutionRoleArnT &&value)
void SetArn(ArnT &&value)
CreateFlowVersionResult & WithArn(ArnT &&value)
const Aws::String & GetId() const
void SetRequestId(RequestIdT &&value)
void SetDefinition(DefinitionT &&value)
AWS_BEDROCKAGENT_API CreateFlowVersionResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreateFlowVersionResult & WithStatus(FlowStatus value)
void SetName(NameT &&value)
void SetExecutionRoleArn(ExecutionRoleArnT &&value)
const Aws::String & GetVersion() const
void SetCustomerEncryptionKeyArn(CustomerEncryptionKeyArnT &&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