AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
UpdateServiceSyncBlockerResult.h
1
6#pragma once
7#include <aws/proton/Proton_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/proton/model/SyncBlocker.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 Proton
25{
26namespace Model
27{
29 {
30 public:
34
35
37
41 inline const Aws::String& GetServiceInstanceName() const{ return m_serviceInstanceName; }
42 inline void SetServiceInstanceName(const Aws::String& value) { m_serviceInstanceName = value; }
43 inline void SetServiceInstanceName(Aws::String&& value) { m_serviceInstanceName = std::move(value); }
44 inline void SetServiceInstanceName(const char* value) { m_serviceInstanceName.assign(value); }
47 inline UpdateServiceSyncBlockerResult& WithServiceInstanceName(const char* value) { SetServiceInstanceName(value); return *this;}
49
51
55 inline const Aws::String& GetServiceName() const{ return m_serviceName; }
56 inline void SetServiceName(const Aws::String& value) { m_serviceName = value; }
57 inline void SetServiceName(Aws::String&& value) { m_serviceName = std::move(value); }
58 inline void SetServiceName(const char* value) { m_serviceName.assign(value); }
59 inline UpdateServiceSyncBlockerResult& WithServiceName(const Aws::String& value) { SetServiceName(value); return *this;}
60 inline UpdateServiceSyncBlockerResult& WithServiceName(Aws::String&& value) { SetServiceName(std::move(value)); return *this;}
61 inline UpdateServiceSyncBlockerResult& WithServiceName(const char* value) { SetServiceName(value); return *this;}
63
65
68 inline const SyncBlocker& GetServiceSyncBlocker() const{ return m_serviceSyncBlocker; }
69 inline void SetServiceSyncBlocker(const SyncBlocker& value) { m_serviceSyncBlocker = value; }
70 inline void SetServiceSyncBlocker(SyncBlocker&& value) { m_serviceSyncBlocker = std::move(value); }
74
76
77 inline const Aws::String& GetRequestId() const{ return m_requestId; }
78 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
79 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
80 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
81 inline UpdateServiceSyncBlockerResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
82 inline UpdateServiceSyncBlockerResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
83 inline UpdateServiceSyncBlockerResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
85 private:
86
87 Aws::String m_serviceInstanceName;
88
89 Aws::String m_serviceName;
90
91 SyncBlocker m_serviceSyncBlocker;
92
93 Aws::String m_requestId;
94 };
95
96} // namespace Model
97} // namespace Proton
98} // namespace Aws
AWS_PROTON_API UpdateServiceSyncBlockerResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdateServiceSyncBlockerResult & WithRequestId(const Aws::String &value)
UpdateServiceSyncBlockerResult & WithRequestId(Aws::String &&value)
UpdateServiceSyncBlockerResult & WithServiceInstanceName(const Aws::String &value)
UpdateServiceSyncBlockerResult & WithServiceSyncBlocker(SyncBlocker &&value)
UpdateServiceSyncBlockerResult & WithServiceInstanceName(Aws::String &&value)
UpdateServiceSyncBlockerResult & WithServiceName(const Aws::String &value)
UpdateServiceSyncBlockerResult & WithServiceSyncBlocker(const SyncBlocker &value)
UpdateServiceSyncBlockerResult & WithServiceInstanceName(const char *value)
AWS_PROTON_API UpdateServiceSyncBlockerResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdateServiceSyncBlockerResult & WithServiceName(Aws::String &&value)
UpdateServiceSyncBlockerResult & WithServiceName(const char *value)
UpdateServiceSyncBlockerResult & WithRequestId(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue