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 {
42 template <
typename CatalogT = Aws::String>
44 m_catalogHasBeenSet =
true;
45 m_catalog = std::forward<CatalogT>(value);
47 template <
typename CatalogT = Aws::String>
61 template <
typename ResourceSnapshotJobIdentifierT = Aws::String>
63 m_resourceSnapshotJobIdentifierHasBeenSet =
true;
64 m_resourceSnapshotJobIdentifier = std::forward<ResourceSnapshotJobIdentifierT>(value);
66 template <
typename ResourceSnapshotJobIdentifierT = Aws::String>
76 bool m_catalogHasBeenSet =
false;
77 bool m_resourceSnapshotJobIdentifierHasBeenSet =
false;
const Aws::String & GetResourceSnapshotJobIdentifier() const
GetResourceSnapshotJobRequest & WithResourceSnapshotJobIdentifier(ResourceSnapshotJobIdentifierT &&value)
bool ResourceSnapshotJobIdentifierHasBeenSet() const
GetResourceSnapshotJobRequest & WithCatalog(CatalogT &&value)
bool CatalogHasBeenSet() const
AWS_PARTNERCENTRALSELLING_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
virtual const char * GetServiceRequestName() const override
void SetCatalog(CatalogT &&value)
const Aws::String & GetCatalog() const
AWS_PARTNERCENTRALSELLING_API GetResourceSnapshotJobRequest()=default
AWS_PARTNERCENTRALSELLING_API Aws::String SerializePayload() const override
void SetResourceSnapshotJobIdentifier(ResourceSnapshotJobIdentifierT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String