AWS SDK for C++

AWS SDK for C++ Version 1.11.719

Loading...
Searching...
No Matches
PutSellingSystemSettingsResult.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/partnercentral-selling/PartnerCentralSelling_EXPORTS.h>
9
10#include <utility>
11
12namespace Aws {
13template <typename RESULT_TYPE>
14class AmazonWebServiceResult;
15
16namespace Utils {
17namespace Json {
18class JsonValue;
19} // namespace Json
20} // namespace Utils
21namespace PartnerCentralSelling {
22namespace Model {
24 public:
25 AWS_PARTNERCENTRALSELLING_API PutSellingSystemSettingsResult() = default;
27 AWS_PARTNERCENTRALSELLING_API PutSellingSystemSettingsResult& operator=(
29
31
36 inline const Aws::String& GetCatalog() const { return m_catalog; }
37 template <typename CatalogT = Aws::String>
38 void SetCatalog(CatalogT&& value) {
39 m_catalogHasBeenSet = true;
40 m_catalog = std::forward<CatalogT>(value);
41 }
42 template <typename CatalogT = Aws::String>
44 SetCatalog(std::forward<CatalogT>(value));
45 return *this;
46 }
48
50
54 inline const Aws::String& GetResourceSnapshotJobRoleArn() const { return m_resourceSnapshotJobRoleArn; }
55 template <typename ResourceSnapshotJobRoleArnT = Aws::String>
56 void SetResourceSnapshotJobRoleArn(ResourceSnapshotJobRoleArnT&& value) {
57 m_resourceSnapshotJobRoleArnHasBeenSet = true;
58 m_resourceSnapshotJobRoleArn = std::forward<ResourceSnapshotJobRoleArnT>(value);
59 }
60 template <typename ResourceSnapshotJobRoleArnT = Aws::String>
61 PutSellingSystemSettingsResult& WithResourceSnapshotJobRoleArn(ResourceSnapshotJobRoleArnT&& value) {
62 SetResourceSnapshotJobRoleArn(std::forward<ResourceSnapshotJobRoleArnT>(value));
63 return *this;
64 }
66
68
69 inline const Aws::String& GetRequestId() const { return m_requestId; }
70 template <typename RequestIdT = Aws::String>
71 void SetRequestId(RequestIdT&& value) {
72 m_requestIdHasBeenSet = true;
73 m_requestId = std::forward<RequestIdT>(value);
74 }
75 template <typename RequestIdT = Aws::String>
77 SetRequestId(std::forward<RequestIdT>(value));
78 return *this;
79 }
81 private:
82 Aws::String m_catalog;
83
84 Aws::String m_resourceSnapshotJobRoleArn;
85
86 Aws::String m_requestId;
87 bool m_catalogHasBeenSet = false;
88 bool m_resourceSnapshotJobRoleArnHasBeenSet = false;
89 bool m_requestIdHasBeenSet = false;
90};
91
92} // namespace Model
93} // namespace PartnerCentralSelling
94} // namespace Aws
PutSellingSystemSettingsResult & WithRequestId(RequestIdT &&value)
PutSellingSystemSettingsResult & WithResourceSnapshotJobRoleArn(ResourceSnapshotJobRoleArnT &&value)
AWS_PARTNERCENTRALSELLING_API PutSellingSystemSettingsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_PARTNERCENTRALSELLING_API PutSellingSystemSettingsResult()=default
AWS_PARTNERCENTRALSELLING_API PutSellingSystemSettingsResult & 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