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
46 template<
typename CatalogT = Aws::String>
47 void SetCatalog(CatalogT&& value) { m_catalogHasBeenSet =
true; m_catalog = std::forward<CatalogT>(value); }
48 template<
typename CatalogT = Aws::String>
58 template<
typename ResourceSnapshotJobIdentifierT = Aws::String>
59 void SetResourceSnapshotJobIdentifier(ResourceSnapshotJobIdentifierT&& value) { m_resourceSnapshotJobIdentifierHasBeenSet =
true; m_resourceSnapshotJobIdentifier = std::forward<ResourceSnapshotJobIdentifierT>(value); }
60 template<
typename ResourceSnapshotJobIdentifierT = Aws::String>
66 bool m_catalogHasBeenSet =
false;
69 bool m_resourceSnapshotJobIdentifierHasBeenSet =
false;
bool CatalogHasBeenSet() const
const Aws::String & GetCatalog() const
void SetCatalog(CatalogT &&value)
const Aws::String & GetResourceSnapshotJobIdentifier() const
virtual const char * GetServiceRequestName() const override
bool ResourceSnapshotJobIdentifierHasBeenSet() const
StartResourceSnapshotJobRequest & WithCatalog(CatalogT &&value)
AWS_PARTNERCENTRALSELLING_API Aws::String SerializePayload() const override
AWS_PARTNERCENTRALSELLING_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
StartResourceSnapshotJobRequest & WithResourceSnapshotJobIdentifier(ResourceSnapshotJobIdentifierT &&value)
AWS_PARTNERCENTRALSELLING_API StartResourceSnapshotJobRequest()=default
void SetResourceSnapshotJobIdentifier(ResourceSnapshotJobIdentifierT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String