7#include <aws/bedrock-agent-runtime/BedrockAgentRuntime_EXPORTS.h>
8#include <aws/bedrock-agent-runtime/model/FlowExecutionStatus.h>
9#include <aws/core/http/HttpResponse.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
23namespace BedrockAgentRuntime {
37 template <
typename ExecutionArnT = Aws::String>
39 m_executionArnHasBeenSet =
true;
40 m_executionArn = std::forward<ExecutionArnT>(value);
42 template <
typename ExecutionArnT = Aws::String>
56 m_statusHasBeenSet =
true;
68 template <
typename RequestIdT = Aws::String>
70 m_requestIdHasBeenSet =
true;
71 m_requestId = std::forward<RequestIdT>(value);
73 template <
typename RequestIdT = Aws::String>
88 bool m_executionArnHasBeenSet =
false;
89 bool m_statusHasBeenSet =
false;
90 bool m_requestIdHasBeenSet =
false;
StopFlowExecutionResult & WithStatus(FlowExecutionStatus value)
void SetExecutionArn(ExecutionArnT &&value)
AWS_BEDROCKAGENTRUNTIME_API StopFlowExecutionResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
StopFlowExecutionResult & WithRequestId(RequestIdT &&value)
void SetRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
AWS_BEDROCKAGENTRUNTIME_API StopFlowExecutionResult()=default
AWS_BEDROCKAGENTRUNTIME_API StopFlowExecutionResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
StopFlowExecutionResult & WithExecutionArn(ExecutionArnT &&value)
void SetStatus(FlowExecutionStatus value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
const Aws::String & GetExecutionArn() const
FlowExecutionStatus GetStatus() const
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