AWS SDK for C++

AWS SDK for C++ Version 1.11.763

Loading...
Searching...
No Matches
GetSellingSystemSettingsResult.h
1
6#pragma once
7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/partnercentral-selling/PartnerCentralSelling_EXPORTS.h>
10
11#include <utility>
12
13namespace Aws {
14template <typename RESULT_TYPE>
15class AmazonWebServiceResult;
16
17namespace Utils {
18namespace Json {
19class JsonValue;
20} // namespace Json
21} // namespace Utils
22namespace PartnerCentralSelling {
23namespace Model {
25 public:
26 AWS_PARTNERCENTRALSELLING_API GetSellingSystemSettingsResult() = default;
28 AWS_PARTNERCENTRALSELLING_API GetSellingSystemSettingsResult& operator=(
30
32
37 inline const Aws::String& GetCatalog() const { return m_catalog; }
38 template <typename CatalogT = Aws::String>
39 void SetCatalog(CatalogT&& value) {
40 m_catalogHasBeenSet = true;
41 m_catalog = std::forward<CatalogT>(value);
42 }
43 template <typename CatalogT = Aws::String>
45 SetCatalog(std::forward<CatalogT>(value));
46 return *this;
47 }
49
51
55 inline const Aws::String& GetResourceSnapshotJobRoleArn() const { return m_resourceSnapshotJobRoleArn; }
56 template <typename ResourceSnapshotJobRoleArnT = Aws::String>
57 void SetResourceSnapshotJobRoleArn(ResourceSnapshotJobRoleArnT&& value) {
58 m_resourceSnapshotJobRoleArnHasBeenSet = true;
59 m_resourceSnapshotJobRoleArn = std::forward<ResourceSnapshotJobRoleArnT>(value);
60 }
61 template <typename ResourceSnapshotJobRoleArnT = Aws::String>
62 GetSellingSystemSettingsResult& WithResourceSnapshotJobRoleArn(ResourceSnapshotJobRoleArnT&& value) {
63 SetResourceSnapshotJobRoleArn(std::forward<ResourceSnapshotJobRoleArnT>(value));
64 return *this;
65 }
67
69
70 inline const Aws::String& GetRequestId() const { return m_requestId; }
71 template <typename RequestIdT = Aws::String>
72 void SetRequestId(RequestIdT&& value) {
73 m_requestIdHasBeenSet = true;
74 m_requestId = std::forward<RequestIdT>(value);
75 }
76 template <typename RequestIdT = Aws::String>
78 SetRequestId(std::forward<RequestIdT>(value));
79 return *this;
80 }
82 inline Aws::Http::HttpResponseCode GetHttpResponseCode() const { return m_HttpResponseCode; }
83
84 private:
85 Aws::String m_catalog;
86
87 Aws::String m_resourceSnapshotJobRoleArn;
88
89 Aws::String m_requestId;
90 Aws::Http::HttpResponseCode m_HttpResponseCode;
91 bool m_catalogHasBeenSet = false;
92 bool m_resourceSnapshotJobRoleArnHasBeenSet = false;
93 bool m_requestIdHasBeenSet = false;
94};
95
96} // namespace Model
97} // namespace PartnerCentralSelling
98} // namespace Aws
AWS_PARTNERCENTRALSELLING_API GetSellingSystemSettingsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_PARTNERCENTRALSELLING_API GetSellingSystemSettingsResult()=default
GetSellingSystemSettingsResult & WithRequestId(RequestIdT &&value)
GetSellingSystemSettingsResult & WithResourceSnapshotJobRoleArn(ResourceSnapshotJobRoleArnT &&value)
AWS_PARTNERCENTRALSELLING_API GetSellingSystemSettingsResult & operator=(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