AWS SDK for C++

AWS SDK for C++ Version 1.11.509

Loading...
Searching...
No Matches
InvokeFlowInitialResponse.h
1
6#pragma once
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>
10#include <utility>
11
12namespace Aws
13{
14namespace Utils
15{
16namespace Json
17{
18 class JsonValue;
19 class JsonView;
20} // namespace Json
21} // namespace Utils
22namespace BedrockAgentRuntime
23{
24namespace Model
25{
26
28 {
29 public:
30 AWS_BEDROCKAGENTRUNTIME_API InvokeFlowInitialResponse();
31 AWS_BEDROCKAGENTRUNTIME_API InvokeFlowInitialResponse(Aws::Utils::Json::JsonView jsonValue);
32 AWS_BEDROCKAGENTRUNTIME_API InvokeFlowInitialResponse& operator=(Aws::Utils::Json::JsonView jsonValue);
33 AWS_BEDROCKAGENTRUNTIME_API InvokeFlowInitialResponse(const Http::HeaderValueCollection& responseHeaders);
34 AWS_BEDROCKAGENTRUNTIME_API Aws::Utils::Json::JsonValue Jsonize() const;
35
36
38
41 inline const Aws::String& GetExecutionId() const{ return m_executionId; }
42 inline bool ExecutionIdHasBeenSet() const { return m_executionIdHasBeenSet; }
43 inline void SetExecutionId(const Aws::String& value) { m_executionIdHasBeenSet = true; m_executionId = value; }
44 inline void SetExecutionId(Aws::String&& value) { m_executionIdHasBeenSet = true; m_executionId = std::move(value); }
45 inline void SetExecutionId(const char* value) { m_executionIdHasBeenSet = true; m_executionId.assign(value); }
46 inline InvokeFlowInitialResponse& WithExecutionId(const Aws::String& value) { SetExecutionId(value); return *this;}
47 inline InvokeFlowInitialResponse& WithExecutionId(Aws::String&& value) { SetExecutionId(std::move(value)); return *this;}
48 inline InvokeFlowInitialResponse& WithExecutionId(const char* value) { SetExecutionId(value); return *this;}
50 private:
51
52 Aws::String m_executionId;
53 bool m_executionIdHasBeenSet = false;
54 };
55
56} // namespace Model
57} // namespace BedrockAgentRuntime
58} // namespace Aws
InvokeFlowInitialResponse & WithExecutionId(const Aws::String &value)
AWS_BEDROCKAGENTRUNTIME_API InvokeFlowInitialResponse(const Http::HeaderValueCollection &responseHeaders)
AWS_BEDROCKAGENTRUNTIME_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_BEDROCKAGENTRUNTIME_API InvokeFlowInitialResponse & operator=(Aws::Utils::Json::JsonView jsonValue)
InvokeFlowInitialResponse & WithExecutionId(const char *value)
InvokeFlowInitialResponse & WithExecutionId(Aws::String &&value)
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