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>
12#include <aws/core/utils/UUID.h>
16namespace 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>
60 template<
typename ClientTokenT = Aws::String>
61 void SetClientToken(ClientTokenT&& value) { m_clientTokenHasBeenSet =
true; m_clientToken = std::forward<ClientTokenT>(value); }
62 template<
typename ClientTokenT = Aws::String>
73 template<
typename EngagementIdentifierT = Aws::String>
74 void SetEngagementIdentifier(EngagementIdentifierT&& value) { m_engagementIdentifierHasBeenSet =
true; m_engagementIdentifier = std::forward<EngagementIdentifierT>(value); }
75 template<
typename EngagementIdentifierT = Aws::String>
88 template<
typename ResourceIdentifierT = Aws::String>
89 void SetResourceIdentifier(ResourceIdentifierT&& value) { m_resourceIdentifierHasBeenSet =
true; m_resourceIdentifier = std::forward<ResourceIdentifierT>(value); }
90 template<
typename ResourceIdentifierT = Aws::String>
103 template<
typename ResourceSnapshotTemplateIdentifierT = Aws::String>
104 void SetResourceSnapshotTemplateIdentifier(ResourceSnapshotTemplateIdentifierT&& value) { m_resourceSnapshotTemplateIdentifierHasBeenSet =
true; m_resourceSnapshotTemplateIdentifier = std::forward<ResourceSnapshotTemplateIdentifierT>(value); }
105 template<
typename ResourceSnapshotTemplateIdentifierT = Aws::String>
123 bool m_catalogHasBeenSet =
false;
126 bool m_clientTokenHasBeenSet =
true;
129 bool m_engagementIdentifierHasBeenSet =
false;
132 bool m_resourceIdentifierHasBeenSet =
false;
135 bool m_resourceSnapshotTemplateIdentifierHasBeenSet =
false;
138 bool m_resourceTypeHasBeenSet =
false;
AWS_PARTNERCENTRALSELLING_API Aws::String SerializePayload() const override
CreateResourceSnapshotRequest & WithClientToken(ClientTokenT &&value)
CreateResourceSnapshotRequest & WithResourceType(ResourceType value)
bool CatalogHasBeenSet() const
bool ResourceSnapshotTemplateIdentifierHasBeenSet() const
void SetEngagementIdentifier(EngagementIdentifierT &&value)
AWS_PARTNERCENTRALSELLING_API CreateResourceSnapshotRequest()=default
CreateResourceSnapshotRequest & WithCatalog(CatalogT &&value)
virtual const char * GetServiceRequestName() const override
void SetResourceType(ResourceType value)
bool EngagementIdentifierHasBeenSet() const
void SetResourceSnapshotTemplateIdentifier(ResourceSnapshotTemplateIdentifierT &&value)
AWS_PARTNERCENTRALSELLING_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetClientToken(ClientTokenT &&value)
const Aws::String & GetClientToken() const
const Aws::String & GetCatalog() const
CreateResourceSnapshotRequest & WithResourceSnapshotTemplateIdentifier(ResourceSnapshotTemplateIdentifierT &&value)
const Aws::String & GetResourceIdentifier() const
const Aws::String & GetEngagementIdentifier() const
bool ResourceTypeHasBeenSet() const
void SetResourceIdentifier(ResourceIdentifierT &&value)
bool ResourceIdentifierHasBeenSet() const
const Aws::String & GetResourceSnapshotTemplateIdentifier() const
bool ClientTokenHasBeenSet() const
ResourceType GetResourceType() const
void SetCatalog(CatalogT &&value)
CreateResourceSnapshotRequest & WithEngagementIdentifier(EngagementIdentifierT &&value)
CreateResourceSnapshotRequest & WithResourceIdentifier(ResourceIdentifierT &&value)
static Aws::Utils::UUID PseudoRandomUUID()
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String