AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
UpdateSyncBlockerResult.h
1
6#pragma once
7#include <aws/codestar-connections/CodeStarconnections_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/codestar-connections/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 CodeStarconnections
25{
26namespace Model
27{
29 {
30 public:
31 AWS_CODESTARCONNECTIONS_API UpdateSyncBlockerResult();
34
35
37
40 inline const Aws::String& GetResourceName() const{ return m_resourceName; }
41 inline void SetResourceName(const Aws::String& value) { m_resourceName = value; }
42 inline void SetResourceName(Aws::String&& value) { m_resourceName = std::move(value); }
43 inline void SetResourceName(const char* value) { m_resourceName.assign(value); }
44 inline UpdateSyncBlockerResult& WithResourceName(const Aws::String& value) { SetResourceName(value); return *this;}
45 inline UpdateSyncBlockerResult& WithResourceName(Aws::String&& value) { SetResourceName(std::move(value)); return *this;}
46 inline UpdateSyncBlockerResult& WithResourceName(const char* value) { SetResourceName(value); return *this;}
48
50
53 inline const Aws::String& GetParentResourceName() const{ return m_parentResourceName; }
54 inline void SetParentResourceName(const Aws::String& value) { m_parentResourceName = value; }
55 inline void SetParentResourceName(Aws::String&& value) { m_parentResourceName = std::move(value); }
56 inline void SetParentResourceName(const char* value) { m_parentResourceName.assign(value); }
58 inline UpdateSyncBlockerResult& WithParentResourceName(Aws::String&& value) { SetParentResourceName(std::move(value)); return *this;}
59 inline UpdateSyncBlockerResult& WithParentResourceName(const char* value) { SetParentResourceName(value); return *this;}
61
63
66 inline const SyncBlocker& GetSyncBlocker() const{ return m_syncBlocker; }
67 inline void SetSyncBlocker(const SyncBlocker& value) { m_syncBlocker = value; }
68 inline void SetSyncBlocker(SyncBlocker&& value) { m_syncBlocker = std::move(value); }
69 inline UpdateSyncBlockerResult& WithSyncBlocker(const SyncBlocker& value) { SetSyncBlocker(value); return *this;}
70 inline UpdateSyncBlockerResult& WithSyncBlocker(SyncBlocker&& value) { SetSyncBlocker(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 UpdateSyncBlockerResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
80 inline UpdateSyncBlockerResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
81 inline UpdateSyncBlockerResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
83 private:
84
85 Aws::String m_resourceName;
86
87 Aws::String m_parentResourceName;
88
89 SyncBlocker m_syncBlocker;
90
91 Aws::String m_requestId;
92 };
93
94} // namespace Model
95} // namespace CodeStarconnections
96} // namespace Aws
AWS_CODESTARCONNECTIONS_API UpdateSyncBlockerResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdateSyncBlockerResult & WithResourceName(Aws::String &&value)
UpdateSyncBlockerResult & WithResourceName(const char *value)
UpdateSyncBlockerResult & WithRequestId(Aws::String &&value)
UpdateSyncBlockerResult & WithRequestId(const char *value)
UpdateSyncBlockerResult & WithSyncBlocker(const SyncBlocker &value)
UpdateSyncBlockerResult & WithParentResourceName(const char *value)
UpdateSyncBlockerResult & WithRequestId(const Aws::String &value)
UpdateSyncBlockerResult & WithResourceName(const Aws::String &value)
AWS_CODESTARCONNECTIONS_API UpdateSyncBlockerResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdateSyncBlockerResult & WithParentResourceName(const Aws::String &value)
UpdateSyncBlockerResult & WithSyncBlocker(SyncBlocker &&value)
UpdateSyncBlockerResult & WithParentResourceName(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue