7#include <aws/bedrock-agent-runtime/BedrockAgentRuntime_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/http/HttpTypes.h>
22namespace BedrockAgentRuntime
43 template<
typename ExecutionIdT = Aws::String>
44 void SetExecutionId(ExecutionIdT&& value) { m_executionIdHasBeenSet =
true; m_executionId = std::forward<ExecutionIdT>(value); }
45 template<
typename ExecutionIdT = Aws::String>
51 bool m_executionIdHasBeenSet =
false;
AWS_BEDROCKAGENTRUNTIME_API InvokeFlowInitialResponse(const Http::HeaderValueCollection &responseHeaders)
InvokeFlowInitialResponse & WithExecutionId(ExecutionIdT &&value)
bool ExecutionIdHasBeenSet() const
AWS_BEDROCKAGENTRUNTIME_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_BEDROCKAGENTRUNTIME_API InvokeFlowInitialResponse()=default
const Aws::String & GetExecutionId() const
void SetExecutionId(ExecutionIdT &&value)
AWS_BEDROCKAGENTRUNTIME_API InvokeFlowInitialResponse & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_BEDROCKAGENTRUNTIME_API InvokeFlowInitialResponse(Aws::Utils::Json::JsonView jsonValue)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue