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>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/partnercentral-selling/model/Tag.h>
14#include <aws/core/utils/UUID.h>
18namespace PartnerCentralSelling
48 template<
typename CatalogT = Aws::String>
49 void SetCatalog(CatalogT&& value) { m_catalogHasBeenSet =
true; m_catalog = std::forward<CatalogT>(value); }
50 template<
typename CatalogT = Aws::String>
61 template<
typename ClientTokenT = Aws::String>
62 void SetClientToken(ClientTokenT&& value) { m_clientTokenHasBeenSet =
true; m_clientToken = std::forward<ClientTokenT>(value); }
63 template<
typename ClientTokenT = Aws::String>
74 template<
typename EngagementIdentifierT = Aws::String>
75 void SetEngagementIdentifier(EngagementIdentifierT&& value) { m_engagementIdentifierHasBeenSet =
true; m_engagementIdentifier = std::forward<EngagementIdentifierT>(value); }
76 template<
typename EngagementIdentifierT = Aws::String>
87 template<
typename ResourceIdentifierT = Aws::String>
88 void SetResourceIdentifier(ResourceIdentifierT&& value) { m_resourceIdentifierHasBeenSet =
true; m_resourceIdentifier = std::forward<ResourceIdentifierT>(value); }
89 template<
typename ResourceIdentifierT = Aws::String>
100 template<
typename ResourceSnapshotTemplateIdentifierT = Aws::String>
101 void SetResourceSnapshotTemplateIdentifier(ResourceSnapshotTemplateIdentifierT&& value) { m_resourceSnapshotTemplateIdentifierHasBeenSet =
true; m_resourceSnapshotTemplateIdentifier = std::forward<ResourceSnapshotTemplateIdentifierT>(value); }
102 template<
typename ResourceSnapshotTemplateIdentifierT = Aws::String>
123 template<
typename TagsT = Aws::Vector<Tag>>
124 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
125 template<
typename TagsT = Aws::Vector<Tag>>
127 template<
typename TagsT = Tag>
133 bool m_catalogHasBeenSet =
false;
136 bool m_clientTokenHasBeenSet =
true;
139 bool m_engagementIdentifierHasBeenSet =
false;
142 bool m_resourceIdentifierHasBeenSet =
false;
145 bool m_resourceSnapshotTemplateIdentifierHasBeenSet =
false;
148 bool m_resourceTypeHasBeenSet =
false;
151 bool m_tagsHasBeenSet =
false;
bool ClientTokenHasBeenSet() const
const Aws::String & GetCatalog() const
bool ResourceTypeHasBeenSet() const
virtual const char * GetServiceRequestName() const override
AWS_PARTNERCENTRALSELLING_API CreateResourceSnapshotJobRequest()=default
CreateResourceSnapshotJobRequest & AddTags(TagsT &&value)
const Aws::String & GetClientToken() const
CreateResourceSnapshotJobRequest & WithTags(TagsT &&value)
bool ResourceIdentifierHasBeenSet() const
CreateResourceSnapshotJobRequest & WithResourceType(ResourceType value)
void SetClientToken(ClientTokenT &&value)
void SetResourceType(ResourceType value)
const Aws::Vector< Tag > & GetTags() const
bool CatalogHasBeenSet() const
CreateResourceSnapshotJobRequest & WithCatalog(CatalogT &&value)
CreateResourceSnapshotJobRequest & WithClientToken(ClientTokenT &&value)
bool EngagementIdentifierHasBeenSet() const
ResourceType GetResourceType() const
AWS_PARTNERCENTRALSELLING_API Aws::String SerializePayload() const override
const Aws::String & GetResourceSnapshotTemplateIdentifier() const
void SetResourceIdentifier(ResourceIdentifierT &&value)
CreateResourceSnapshotJobRequest & WithResourceIdentifier(ResourceIdentifierT &&value)
const Aws::String & GetEngagementIdentifier() const
bool TagsHasBeenSet() const
void SetCatalog(CatalogT &&value)
void SetResourceSnapshotTemplateIdentifier(ResourceSnapshotTemplateIdentifierT &&value)
void SetEngagementIdentifier(EngagementIdentifierT &&value)
bool ResourceSnapshotTemplateIdentifierHasBeenSet() const
CreateResourceSnapshotJobRequest & WithEngagementIdentifier(EngagementIdentifierT &&value)
CreateResourceSnapshotJobRequest & WithResourceSnapshotTemplateIdentifier(ResourceSnapshotTemplateIdentifierT &&value)
const Aws::String & GetResourceIdentifier() const
void SetTags(TagsT &&value)
AWS_PARTNERCENTRALSELLING_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
static Aws::Utils::UUID PseudoRandomUUID()
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector