7#include <aws/bedrock-agent-runtime/BedrockAgentRuntime_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
13template<
typename RESULT_TYPE>
14class AmazonWebServiceResult;
23namespace BedrockAgentRuntime
41 template<
typename ExecutionArnT = Aws::String>
42 void SetExecutionArn(ExecutionArnT&& value) { m_executionArnHasBeenSet =
true; m_executionArn = std::forward<ExecutionArnT>(value); }
43 template<
typename ExecutionArnT = Aws::String>
50 template<
typename RequestIdT = Aws::String>
51 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
52 template<
typename RequestIdT = Aws::String>
58 bool m_executionArnHasBeenSet =
false;
61 bool m_requestIdHasBeenSet =
false;
void SetExecutionArn(ExecutionArnT &&value)
StartFlowExecutionResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetExecutionArn() const
StartFlowExecutionResult & WithExecutionArn(ExecutionArnT &&value)
void SetRequestId(RequestIdT &&value)
AWS_BEDROCKAGENTRUNTIME_API StartFlowExecutionResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
AWS_BEDROCKAGENTRUNTIME_API StartFlowExecutionResult()=default
AWS_BEDROCKAGENTRUNTIME_API StartFlowExecutionResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue