7#include <aws/bedrock-agent-runtime/BedrockAgentRuntime_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/bedrock-agent-runtime/model/FlowExecutionStatus.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
24namespace BedrockAgentRuntime
42 template<
typename ExecutionArnT = Aws::String>
43 void SetExecutionArn(ExecutionArnT&& value) { m_executionArnHasBeenSet =
true; m_executionArn = std::forward<ExecutionArnT>(value); }
44 template<
typename ExecutionArnT = Aws::String>
61 template<
typename RequestIdT = Aws::String>
62 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
63 template<
typename RequestIdT = Aws::String>
69 bool m_executionArnHasBeenSet =
false;
72 bool m_statusHasBeenSet =
false;
75 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)
const Aws::String & GetExecutionArn() const
FlowExecutionStatus GetStatus() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue