AWS SDK for C++

AWS SDK for C++ Version 1.11.759

Loading...
Searching...
No Matches
InvokeFlowInitialResponse.h
1
6#pragma once
7#include <aws/bedrock-agent-runtime/BedrockAgentRuntime_EXPORTS.h>
8#include <aws/core/http/HttpTypes.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10
11#include <utility>
12
13namespace Aws {
14namespace Utils {
15namespace Json {
16class JsonValue;
17class JsonView;
18} // namespace Json
19} // namespace Utils
20namespace BedrockAgentRuntime {
21namespace Model {
22
24 public:
25 AWS_BEDROCKAGENTRUNTIME_API InvokeFlowInitialResponse() = default;
29 AWS_BEDROCKAGENTRUNTIME_API Aws::Utils::Json::JsonValue Jsonize() const;
30
32
35 inline const Aws::String& GetExecutionId() const { return m_executionId; }
36 inline bool ExecutionIdHasBeenSet() const { return m_executionIdHasBeenSet; }
37 template <typename ExecutionIdT = Aws::String>
39 m_executionIdHasBeenSet = true;
40 m_executionId = std::forward<ExecutionIdT>(value);
41 }
42 template <typename ExecutionIdT = Aws::String>
44 SetExecutionId(std::forward<ExecutionIdT>(value));
45 return *this;
46 }
48 private:
49 Aws::String m_executionId;
50 bool m_executionIdHasBeenSet = false;
51};
52
53} // namespace Model
54} // namespace BedrockAgentRuntime
55} // namespace Aws
AWS_BEDROCKAGENTRUNTIME_API InvokeFlowInitialResponse(const Http::HeaderValueCollection &responseHeaders)
InvokeFlowInitialResponse & WithExecutionId(ExecutionIdT &&value)
AWS_BEDROCKAGENTRUNTIME_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_BEDROCKAGENTRUNTIME_API InvokeFlowInitialResponse()=default
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::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