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));
145 m_statusHasBeenSet =
true;
159 template <
typename CreatedAtT = Aws::Utils::DateTime>
161 m_createdAtHasBeenSet =
true;
162 m_createdAt = std::forward<CreatedAtT>(value);
164 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;
void SetStatus(FlowStatus value)
void SetCustomerEncryptionKeyArn(CustomerEncryptionKeyArnT &&value)
GetFlowVersionResult & WithVersion(VersionT &&value)
const Aws::String & GetVersion() const
const Aws::String & GetExecutionRoleArn() const
GetFlowVersionResult & WithCreatedAt(CreatedAtT &&value)
void SetArn(ArnT &&value)
AWS_BEDROCKAGENT_API GetFlowVersionResult()=default
const Aws::String & GetArn() const
void SetRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
GetFlowVersionResult & WithExecutionRoleArn(ExecutionRoleArnT &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
void SetCreatedAt(CreatedAtT &&value)
GetFlowVersionResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetDescription() const
const Aws::String & GetId() const
const Aws::String & GetName() const
void SetDefinition(DefinitionT &&value)
AWS_BEDROCKAGENT_API GetFlowVersionResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const FlowDefinition & GetDefinition() const
GetFlowVersionResult & WithDefinition(DefinitionT &&value)
GetFlowVersionResult & WithName(NameT &&value)
void SetDescription(DescriptionT &&value)
GetFlowVersionResult & WithCustomerEncryptionKeyArn(CustomerEncryptionKeyArnT &&value)
FlowStatus GetStatus() const
void SetVersion(VersionT &&value)
GetFlowVersionResult & WithId(IdT &&value)
AWS_BEDROCKAGENT_API GetFlowVersionResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetExecutionRoleArn(ExecutionRoleArnT &&value)
GetFlowVersionResult & WithArn(ArnT &&value)
const Aws::String & GetCustomerEncryptionKeyArn() const
GetFlowVersionResult & WithStatus(FlowStatus value)
void SetName(NameT &&value)
GetFlowVersionResult & WithDescription(DescriptionT &&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