AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
GetFlowAssociationResult.h
1
6#pragma once
7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/connect/model/FlowAssociationResourceType.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 Connect
25{
26namespace Model
27{
29 {
30 public:
31 AWS_CONNECT_API GetFlowAssociationResult();
34
35
37
40 inline const Aws::String& GetResourceId() const{ return m_resourceId; }
41 inline void SetResourceId(const Aws::String& value) { m_resourceId = value; }
42 inline void SetResourceId(Aws::String&& value) { m_resourceId = std::move(value); }
43 inline void SetResourceId(const char* value) { m_resourceId.assign(value); }
44 inline GetFlowAssociationResult& WithResourceId(const Aws::String& value) { SetResourceId(value); return *this;}
45 inline GetFlowAssociationResult& WithResourceId(Aws::String&& value) { SetResourceId(std::move(value)); return *this;}
46 inline GetFlowAssociationResult& WithResourceId(const char* value) { SetResourceId(value); return *this;}
48
50
53 inline const Aws::String& GetFlowId() const{ return m_flowId; }
54 inline void SetFlowId(const Aws::String& value) { m_flowId = value; }
55 inline void SetFlowId(Aws::String&& value) { m_flowId = std::move(value); }
56 inline void SetFlowId(const char* value) { m_flowId.assign(value); }
57 inline GetFlowAssociationResult& WithFlowId(const Aws::String& value) { SetFlowId(value); return *this;}
58 inline GetFlowAssociationResult& WithFlowId(Aws::String&& value) { SetFlowId(std::move(value)); return *this;}
59 inline GetFlowAssociationResult& WithFlowId(const char* value) { SetFlowId(value); return *this;}
61
63
66 inline const FlowAssociationResourceType& GetResourceType() const{ return m_resourceType; }
67 inline void SetResourceType(const FlowAssociationResourceType& value) { m_resourceType = value; }
68 inline void SetResourceType(FlowAssociationResourceType&& value) { m_resourceType = std::move(value); }
70 inline GetFlowAssociationResult& WithResourceType(FlowAssociationResourceType&& value) { SetResourceType(std::move(value)); return *this;}
72
74
75 inline const Aws::String& GetRequestId() const{ return m_requestId; }
76 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
77 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
78 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
79 inline GetFlowAssociationResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
80 inline GetFlowAssociationResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
81 inline GetFlowAssociationResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
83 private:
84
85 Aws::String m_resourceId;
86
87 Aws::String m_flowId;
88
89 FlowAssociationResourceType m_resourceType;
90
91 Aws::String m_requestId;
92 };
93
94} // namespace Model
95} // namespace Connect
96} // namespace Aws
AWS_CONNECT_API GetFlowAssociationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetFlowAssociationResult & WithFlowId(const Aws::String &value)
const FlowAssociationResourceType & GetResourceType() const
GetFlowAssociationResult & WithResourceId(const Aws::String &value)
void SetResourceType(FlowAssociationResourceType &&value)
GetFlowAssociationResult & WithRequestId(const char *value)
void SetResourceType(const FlowAssociationResourceType &value)
GetFlowAssociationResult & WithResourceId(const char *value)
GetFlowAssociationResult & WithResourceType(FlowAssociationResourceType &&value)
GetFlowAssociationResult & WithResourceType(const FlowAssociationResourceType &value)
AWS_CONNECT_API GetFlowAssociationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetFlowAssociationResult & WithRequestId(const Aws::String &value)
GetFlowAssociationResult & WithFlowId(const char *value)
GetFlowAssociationResult & WithResourceId(Aws::String &&value)
GetFlowAssociationResult & WithFlowId(Aws::String &&value)
GetFlowAssociationResult & WithRequestId(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue