7#include <aws/partnercentral-selling/PartnerCentralSelling_EXPORTS.h>
8#include <aws/partnercentral-selling/PartnerCentralSellingRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/partnercentral-selling/model/ResourceType.h>
15namespace PartnerCentralSelling
47 template<
typename CatalogT = Aws::String>
48 void SetCatalog(CatalogT&& value) { m_catalogHasBeenSet =
true; m_catalog = std::forward<CatalogT>(value); }
49 template<
typename CatalogT = Aws::String>
60 template<
typename EngagementIdentifierT = Aws::String>
61 void SetEngagementIdentifier(EngagementIdentifierT&& value) { m_engagementIdentifierHasBeenSet =
true; m_engagementIdentifier = std::forward<EngagementIdentifierT>(value); }
62 template<
typename EngagementIdentifierT = Aws::String>
75 template<
typename ResourceIdentifierT = Aws::String>
76 void SetResourceIdentifier(ResourceIdentifierT&& value) { m_resourceIdentifierHasBeenSet =
true; m_resourceIdentifier = std::forward<ResourceIdentifierT>(value); }
77 template<
typename ResourceIdentifierT = Aws::String>
90 template<
typename ResourceSnapshotTemplateIdentifierT = Aws::String>
91 void SetResourceSnapshotTemplateIdentifier(ResourceSnapshotTemplateIdentifierT&& value) { m_resourceSnapshotTemplateIdentifierHasBeenSet =
true; m_resourceSnapshotTemplateIdentifier = std::forward<ResourceSnapshotTemplateIdentifierT>(value); }
92 template<
typename ResourceSnapshotTemplateIdentifierT = Aws::String>
115 inline void SetRevision(
int value) { m_revisionHasBeenSet =
true; m_revision = value; }
121 bool m_catalogHasBeenSet =
false;
124 bool m_engagementIdentifierHasBeenSet =
false;
127 bool m_resourceIdentifierHasBeenSet =
false;
130 bool m_resourceSnapshotTemplateIdentifierHasBeenSet =
false;
133 bool m_resourceTypeHasBeenSet =
false;
136 bool m_revisionHasBeenSet =
false;
void SetEngagementIdentifier(EngagementIdentifierT &&value)
AWS_PARTNERCENTRALSELLING_API GetResourceSnapshotRequest()=default
const Aws::String & GetEngagementIdentifier() const
bool ResourceIdentifierHasBeenSet() const
bool CatalogHasBeenSet() const
bool ResourceSnapshotTemplateIdentifierHasBeenSet() const
GetResourceSnapshotRequest & WithResourceType(ResourceType value)
ResourceType GetResourceType() const
void SetResourceIdentifier(ResourceIdentifierT &&value)
const Aws::String & GetResourceSnapshotTemplateIdentifier() const
virtual const char * GetServiceRequestName() const override
AWS_PARTNERCENTRALSELLING_API Aws::String SerializePayload() const override
GetResourceSnapshotRequest & WithCatalog(CatalogT &&value)
GetResourceSnapshotRequest & WithEngagementIdentifier(EngagementIdentifierT &&value)
bool ResourceTypeHasBeenSet() const
AWS_PARTNERCENTRALSELLING_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetRevision(int value)
void SetResourceType(ResourceType value)
bool RevisionHasBeenSet() const
void SetCatalog(CatalogT &&value)
const Aws::String & GetCatalog() const
GetResourceSnapshotRequest & WithRevision(int value)
bool EngagementIdentifierHasBeenSet() const
GetResourceSnapshotRequest & WithResourceIdentifier(ResourceIdentifierT &&value)
GetResourceSnapshotRequest & WithResourceSnapshotTemplateIdentifier(ResourceSnapshotTemplateIdentifierT &&value)
void SetResourceSnapshotTemplateIdentifier(ResourceSnapshotTemplateIdentifierT &&value)
const Aws::String & GetResourceIdentifier() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String