7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/partnercentral-selling/PartnerCentralSelling_EXPORTS.h>
13template <
typename RESULT_TYPE>
14class AmazonWebServiceResult;
21namespace PartnerCentralSelling {
37 template <
typename CatalogT = Aws::String>
39 m_catalogHasBeenSet =
true;
40 m_catalog = std::forward<CatalogT>(value);
42 template <
typename CatalogT = Aws::String>
55 template <
typename ResourceSnapshotJobRoleArnT = Aws::String>
57 m_resourceSnapshotJobRoleArnHasBeenSet =
true;
58 m_resourceSnapshotJobRoleArn = std::forward<ResourceSnapshotJobRoleArnT>(value);
60 template <
typename ResourceSnapshotJobRoleArnT = Aws::String>
70 template <
typename RequestIdT = Aws::String>
72 m_requestIdHasBeenSet =
true;
73 m_requestId = std::forward<RequestIdT>(value);
75 template <
typename RequestIdT = Aws::String>
87 bool m_catalogHasBeenSet =
false;
88 bool m_resourceSnapshotJobRoleArnHasBeenSet =
false;
89 bool m_requestIdHasBeenSet =
false;
AWS_PARTNERCENTRALSELLING_API GetSellingSystemSettingsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetSellingSystemSettingsResult & WithCatalog(CatalogT &&value)
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