AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
PrepareFlowResult.h
1
6#pragma once
7#include <aws/bedrock-agent/BedrockAgent_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/bedrock-agent/model/FlowStatus.h>
10#include <utility>
11
12namespace Aws
13{
14template<typename RESULT_TYPE>
15class AmazonWebServiceResult;
16
17namespace Utils
18{
19namespace Json
20{
21 class JsonValue;
22} // namespace Json
23} // namespace Utils
24namespace BedrockAgent
25{
26namespace Model
27{
29 {
30 public:
31 AWS_BEDROCKAGENT_API PrepareFlowResult();
34
35
37
40 inline const Aws::String& GetId() const{ return m_id; }
41 inline void SetId(const Aws::String& value) { m_id = value; }
42 inline void SetId(Aws::String&& value) { m_id = std::move(value); }
43 inline void SetId(const char* value) { m_id.assign(value); }
44 inline PrepareFlowResult& WithId(const Aws::String& value) { SetId(value); return *this;}
45 inline PrepareFlowResult& WithId(Aws::String&& value) { SetId(std::move(value)); return *this;}
46 inline PrepareFlowResult& WithId(const char* value) { SetId(value); return *this;}
48
50
55 inline const FlowStatus& GetStatus() const{ return m_status; }
56 inline void SetStatus(const FlowStatus& value) { m_status = value; }
57 inline void SetStatus(FlowStatus&& value) { m_status = std::move(value); }
58 inline PrepareFlowResult& WithStatus(const FlowStatus& value) { SetStatus(value); return *this;}
59 inline PrepareFlowResult& WithStatus(FlowStatus&& value) { SetStatus(std::move(value)); return *this;}
61
63
64 inline const Aws::String& GetRequestId() const{ return m_requestId; }
65 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
66 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
67 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
68 inline PrepareFlowResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
69 inline PrepareFlowResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
70 inline PrepareFlowResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
72 private:
73
74 Aws::String m_id;
75
76 FlowStatus m_status;
77
78 Aws::String m_requestId;
79 };
80
81} // namespace Model
82} // namespace BedrockAgent
83} // namespace Aws
PrepareFlowResult & WithId(Aws::String &&value)
PrepareFlowResult & WithRequestId(const Aws::String &value)
void SetRequestId(const Aws::String &value)
PrepareFlowResult & WithStatus(const FlowStatus &value)
PrepareFlowResult & WithRequestId(Aws::String &&value)
PrepareFlowResult & WithId(const Aws::String &value)
PrepareFlowResult & WithId(const char *value)
PrepareFlowResult & WithRequestId(const char *value)
AWS_BEDROCKAGENT_API PrepareFlowResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_BEDROCKAGENT_API PrepareFlowResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
PrepareFlowResult & WithStatus(FlowStatus &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue