AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
DeleteFlowAliasResult.h
1
6#pragma once
7#include <aws/bedrock-agent/BedrockAgent_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <utility>
10
11namespace Aws
12{
13template<typename RESULT_TYPE>
14class AmazonWebServiceResult;
15
16namespace Utils
17{
18namespace Json
19{
20 class JsonValue;
21} // namespace Json
22} // namespace Utils
23namespace BedrockAgent
24{
25namespace Model
26{
28 {
29 public:
30 AWS_BEDROCKAGENT_API DeleteFlowAliasResult();
33
34
36
39 inline const Aws::String& GetFlowId() const{ return m_flowId; }
40 inline void SetFlowId(const Aws::String& value) { m_flowId = value; }
41 inline void SetFlowId(Aws::String&& value) { m_flowId = std::move(value); }
42 inline void SetFlowId(const char* value) { m_flowId.assign(value); }
43 inline DeleteFlowAliasResult& WithFlowId(const Aws::String& value) { SetFlowId(value); return *this;}
44 inline DeleteFlowAliasResult& WithFlowId(Aws::String&& value) { SetFlowId(std::move(value)); return *this;}
45 inline DeleteFlowAliasResult& WithFlowId(const char* value) { SetFlowId(value); return *this;}
47
49
52 inline const Aws::String& GetId() const{ return m_id; }
53 inline void SetId(const Aws::String& value) { m_id = value; }
54 inline void SetId(Aws::String&& value) { m_id = std::move(value); }
55 inline void SetId(const char* value) { m_id.assign(value); }
56 inline DeleteFlowAliasResult& WithId(const Aws::String& value) { SetId(value); return *this;}
57 inline DeleteFlowAliasResult& WithId(Aws::String&& value) { SetId(std::move(value)); return *this;}
58 inline DeleteFlowAliasResult& WithId(const char* value) { SetId(value); return *this;}
60
62
63 inline const Aws::String& GetRequestId() const{ return m_requestId; }
64 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
65 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
66 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
67 inline DeleteFlowAliasResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
68 inline DeleteFlowAliasResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
69 inline DeleteFlowAliasResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
71 private:
72
73 Aws::String m_flowId;
74
75 Aws::String m_id;
76
77 Aws::String m_requestId;
78 };
79
80} // namespace Model
81} // namespace BedrockAgent
82} // namespace Aws
DeleteFlowAliasResult & WithRequestId(Aws::String &&value)
AWS_BEDROCKAGENT_API DeleteFlowAliasResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DeleteFlowAliasResult & WithRequestId(const char *value)
DeleteFlowAliasResult & WithRequestId(const Aws::String &value)
DeleteFlowAliasResult & WithFlowId(const Aws::String &value)
DeleteFlowAliasResult & WithId(const Aws::String &value)
DeleteFlowAliasResult & WithFlowId(Aws::String &&value)
DeleteFlowAliasResult & WithId(const char *value)
DeleteFlowAliasResult & WithFlowId(const char *value)
DeleteFlowAliasResult & WithId(Aws::String &&value)
AWS_BEDROCKAGENT_API DeleteFlowAliasResult(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