7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/partnercentral-selling/PartnerCentralSelling_EXPORTS.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
22namespace PartnerCentralSelling {
38 template <
typename CatalogT = Aws::String>
40 m_catalogHasBeenSet =
true;
41 m_catalog = std::forward<CatalogT>(value);
43 template <
typename CatalogT = Aws::String>
56 template <
typename ResourceSnapshotJobRoleArnT = Aws::String>
58 m_resourceSnapshotJobRoleArnHasBeenSet =
true;
59 m_resourceSnapshotJobRoleArn = std::forward<ResourceSnapshotJobRoleArnT>(value);
61 template <
typename ResourceSnapshotJobRoleArnT = Aws::String>
71 template <
typename RequestIdT = Aws::String>
73 m_requestIdHasBeenSet =
true;
74 m_requestId = std::forward<RequestIdT>(value);
76 template <
typename RequestIdT = Aws::String>
91 bool m_catalogHasBeenSet =
false;
92 bool m_resourceSnapshotJobRoleArnHasBeenSet =
false;
93 bool m_requestIdHasBeenSet =
false;
AWS_PARTNERCENTRALSELLING_API GetSellingSystemSettingsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetSellingSystemSettingsResult & WithCatalog(CatalogT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
AWS_PARTNERCENTRALSELLING_API GetSellingSystemSettingsResult()=default
GetSellingSystemSettingsResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetCatalog() const
const Aws::String & GetRequestId() const
GetSellingSystemSettingsResult & WithResourceSnapshotJobRoleArn(ResourceSnapshotJobRoleArnT &&value)
const Aws::String & GetResourceSnapshotJobRoleArn() const
void SetCatalog(CatalogT &&value)
void SetRequestId(RequestIdT &&value)
AWS_PARTNERCENTRALSELLING_API GetSellingSystemSettingsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetResourceSnapshotJobRoleArn(ResourceSnapshotJobRoleArnT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue