AWS SDK for C++

AWS SDK for C++ Version 1.11.608

Loading...
Searching...
No Matches
GetSellingSystemSettingsResult.h
1
6#pragma once
7#include <aws/partnercentral-selling/PartnerCentralSelling_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <utility>
10
11namespace Aws
12{
13template<typename RESULT_TYPE>
14class AmazonWebServiceResult;
15
16namespace Utils
17{
18namespace Json
19{
20 class JsonValue;
21} // namespace Json
22} // namespace Utils
23namespace PartnerCentralSelling
24{
25namespace Model
26{
28 {
29 public:
30 AWS_PARTNERCENTRALSELLING_API GetSellingSystemSettingsResult() = default;
33
34
36
41 inline const Aws::String& GetCatalog() const { return m_catalog; }
42 template<typename CatalogT = Aws::String>
43 void SetCatalog(CatalogT&& value) { m_catalogHasBeenSet = true; m_catalog = std::forward<CatalogT>(value); }
44 template<typename CatalogT = Aws::String>
45 GetSellingSystemSettingsResult& WithCatalog(CatalogT&& value) { SetCatalog(std::forward<CatalogT>(value)); return *this;}
47
49
53 inline const Aws::String& GetResourceSnapshotJobRoleArn() const { return m_resourceSnapshotJobRoleArn; }
54 template<typename ResourceSnapshotJobRoleArnT = Aws::String>
55 void SetResourceSnapshotJobRoleArn(ResourceSnapshotJobRoleArnT&& value) { m_resourceSnapshotJobRoleArnHasBeenSet = true; m_resourceSnapshotJobRoleArn = std::forward<ResourceSnapshotJobRoleArnT>(value); }
56 template<typename ResourceSnapshotJobRoleArnT = Aws::String>
57 GetSellingSystemSettingsResult& WithResourceSnapshotJobRoleArn(ResourceSnapshotJobRoleArnT&& value) { SetResourceSnapshotJobRoleArn(std::forward<ResourceSnapshotJobRoleArnT>(value)); return *this;}
59
61
62 inline const Aws::String& GetRequestId() const { return m_requestId; }
63 template<typename RequestIdT = Aws::String>
64 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet = true; m_requestId = std::forward<RequestIdT>(value); }
65 template<typename RequestIdT = Aws::String>
66 GetSellingSystemSettingsResult& WithRequestId(RequestIdT&& value) { SetRequestId(std::forward<RequestIdT>(value)); return *this;}
68 private:
69
70 Aws::String m_catalog;
71 bool m_catalogHasBeenSet = false;
72
73 Aws::String m_resourceSnapshotJobRoleArn;
74 bool m_resourceSnapshotJobRoleArnHasBeenSet = false;
75
76 Aws::String m_requestId;
77 bool m_requestIdHasBeenSet = false;
78 };
79
80} // namespace Model
81} // namespace PartnerCentralSelling
82} // 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