7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/partnercentral-selling/PartnerCentralSellingRequest.h>
9#include <aws/partnercentral-selling/PartnerCentralSelling_EXPORTS.h>
14namespace PartnerCentralSelling {
41 template <
typename CatalogT = Aws::String>
43 m_catalogHasBeenSet =
true;
44 m_catalog = std::forward<CatalogT>(value);
46 template <
typename CatalogT = Aws::String>
60 template <
typename ResourceSnapshotJobRoleIdentifierT = Aws::String>
62 m_resourceSnapshotJobRoleIdentifierHasBeenSet =
true;
63 m_resourceSnapshotJobRoleIdentifier = std::forward<ResourceSnapshotJobRoleIdentifierT>(value);
65 template <
typename ResourceSnapshotJobRoleIdentifierT = Aws::String>
75 bool m_catalogHasBeenSet =
false;
76 bool m_resourceSnapshotJobRoleIdentifierHasBeenSet =
false;
PutSellingSystemSettingsRequest & WithResourceSnapshotJobRoleIdentifier(ResourceSnapshotJobRoleIdentifierT &&value)
PutSellingSystemSettingsRequest & WithCatalog(CatalogT &&value)
bool CatalogHasBeenSet() const
const Aws::String & GetResourceSnapshotJobRoleIdentifier() const
AWS_PARTNERCENTRALSELLING_API PutSellingSystemSettingsRequest()=default
void SetResourceSnapshotJobRoleIdentifier(ResourceSnapshotJobRoleIdentifierT &&value)
AWS_PARTNERCENTRALSELLING_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
virtual const char * GetServiceRequestName() const override
AWS_PARTNERCENTRALSELLING_API Aws::String SerializePayload() const override
const Aws::String & GetCatalog() const
bool ResourceSnapshotJobRoleIdentifierHasBeenSet() const
void SetCatalog(CatalogT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String