7#include <aws/core/utils/UUID.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/partnercentral-selling/PartnerCentralSellingRequest.h>
10#include <aws/partnercentral-selling/PartnerCentralSelling_EXPORTS.h>
11#include <aws/partnercentral-selling/model/ResourceType.h>
16namespace 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 EngagementIdentifierT = Aws::String>
63 m_engagementIdentifierHasBeenSet =
true;
64 m_engagementIdentifier = std::forward<EngagementIdentifierT>(value);
66 template <
typename EngagementIdentifierT = Aws::String>
82 m_resourceTypeHasBeenSet =
true;
83 m_resourceType = value;
100 template <
typename ResourceIdentifierT = Aws::String>
102 m_resourceIdentifierHasBeenSet =
true;
103 m_resourceIdentifier = std::forward<ResourceIdentifierT>(value);
105 template <
typename ResourceIdentifierT = Aws::String>
121 template <
typename ResourceSnapshotTemplateIdentifierT = Aws::String>
123 m_resourceSnapshotTemplateIdentifierHasBeenSet =
true;
124 m_resourceSnapshotTemplateIdentifier = std::forward<ResourceSnapshotTemplateIdentifierT>(value);
126 template <
typename ResourceSnapshotTemplateIdentifierT = Aws::String>
141 template <
typename ClientTokenT = Aws::String>
143 m_clientTokenHasBeenSet =
true;
144 m_clientToken = std::forward<ClientTokenT>(value);
146 template <
typename ClientTokenT = Aws::String>
164 bool m_catalogHasBeenSet =
false;
165 bool m_engagementIdentifierHasBeenSet =
false;
166 bool m_resourceTypeHasBeenSet =
false;
167 bool m_resourceIdentifierHasBeenSet =
false;
168 bool m_resourceSnapshotTemplateIdentifierHasBeenSet =
false;
169 bool m_clientTokenHasBeenSet =
true;
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