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>
145 template<
typename VersionT = Aws::String>
146 void SetVersion(VersionT&& value) { m_versionHasBeenSet =
true; m_version = std::forward<VersionT>(value); }
147 template<
typename VersionT = Aws::String>
154 template<
typename RequestIdT = Aws::String>
155 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
156 template<
typename RequestIdT = Aws::String>
162 bool m_arnHasBeenSet =
false;
165 bool m_createdAtHasBeenSet =
false;
168 bool m_customerEncryptionKeyArnHasBeenSet =
false;
170 FlowDefinition m_definition;
171 bool m_definitionHasBeenSet =
false;
174 bool m_descriptionHasBeenSet =
false;
177 bool m_executionRoleArnHasBeenSet =
false;
180 bool m_idHasBeenSet =
false;
183 bool m_nameHasBeenSet =
false;
186 bool m_statusHasBeenSet =
false;
189 bool m_versionHasBeenSet =
false;
192 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::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue