7#include <aws/partnercentral-selling/PartnerCentralSelling_EXPORTS.h>
8#include <aws/partnercentral-selling/PartnerCentralSellingRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace PartnerCentralSelling
44 template<
typename CatalogT = Aws::String>
45 void SetCatalog(CatalogT&& value) { m_catalogHasBeenSet =
true; m_catalog = std::forward<CatalogT>(value); }
46 template<
typename CatalogT = Aws::String>
56 template<
typename ResourceSnapshotJobIdentifierT = Aws::String>
57 void SetResourceSnapshotJobIdentifier(ResourceSnapshotJobIdentifierT&& value) { m_resourceSnapshotJobIdentifierHasBeenSet =
true; m_resourceSnapshotJobIdentifier = std::forward<ResourceSnapshotJobIdentifierT>(value); }
58 template<
typename ResourceSnapshotJobIdentifierT = Aws::String>
64 bool m_catalogHasBeenSet =
false;
67 bool m_resourceSnapshotJobIdentifierHasBeenSet =
false;
AWS_PARTNERCENTRALSELLING_API Aws::String SerializePayload() const override
DeleteResourceSnapshotJobRequest & WithResourceSnapshotJobIdentifier(ResourceSnapshotJobIdentifierT &&value)
AWS_PARTNERCENTRALSELLING_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
DeleteResourceSnapshotJobRequest & WithCatalog(CatalogT &&value)
const Aws::String & GetResourceSnapshotJobIdentifier() const
AWS_PARTNERCENTRALSELLING_API DeleteResourceSnapshotJobRequest()=default
void SetCatalog(CatalogT &&value)
bool ResourceSnapshotJobIdentifierHasBeenSet() const
const Aws::String & GetCatalog() const
void SetResourceSnapshotJobIdentifier(ResourceSnapshotJobIdentifierT &&value)
virtual const char * GetServiceRequestName() const override
bool CatalogHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String