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;
PutSellingSystemSettingsResult & WithRequestId(RequestIdT &&value)
void SetCatalog(CatalogT &&value)
void SetRequestId(RequestIdT &&value)
PutSellingSystemSettingsResult & WithCatalog(CatalogT &&value)
const Aws::String & GetRequestId() const
const Aws::String & GetResourceSnapshotJobRoleArn() const
void SetResourceSnapshotJobRoleArn(ResourceSnapshotJobRoleArnT &&value)
PutSellingSystemSettingsResult & WithResourceSnapshotJobRoleArn(ResourceSnapshotJobRoleArnT &&value)
const Aws::String & GetCatalog() const
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