7#include <aws/core/utils/UUID.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/partnercentral-selling/PartnerCentralSellingRequest.h>
11#include <aws/partnercentral-selling/PartnerCentralSelling_EXPORTS.h>
12#include <aws/partnercentral-selling/model/ResourceType.h>
13#include <aws/partnercentral-selling/model/Tag.h>
18namespace PartnerCentralSelling {
44 template <
typename CatalogT = Aws::String>
46 m_catalogHasBeenSet =
true;
47 m_catalog = std::forward<CatalogT>(value);
49 template <
typename CatalogT = Aws::String>
63 template <
typename ClientTokenT = Aws::String>
65 m_clientTokenHasBeenSet =
true;
66 m_clientToken = std::forward<ClientTokenT>(value);
68 template <
typename ClientTokenT = Aws::String>
82 template <
typename EngagementIdentifierT = Aws::String>
84 m_engagementIdentifierHasBeenSet =
true;
85 m_engagementIdentifier = std::forward<EngagementIdentifierT>(value);
87 template <
typename EngagementIdentifierT = Aws::String>
102 m_resourceTypeHasBeenSet =
true;
103 m_resourceType = value;
118 template <
typename ResourceIdentifierT = Aws::String>
120 m_resourceIdentifierHasBeenSet =
true;
121 m_resourceIdentifier = std::forward<ResourceIdentifierT>(value);
123 template <
typename ResourceIdentifierT = Aws::String>
137 template <
typename ResourceSnapshotTemplateIdentifierT = Aws::String>
139 m_resourceSnapshotTemplateIdentifierHasBeenSet =
true;
140 m_resourceSnapshotTemplateIdentifier = std::forward<ResourceSnapshotTemplateIdentifierT>(value);
142 template <
typename ResourceSnapshotTemplateIdentifierT = Aws::String>
155 template <
typename TagsT = Aws::Vector<Tag>>
157 m_tagsHasBeenSet =
true;
158 m_tags = std::forward<TagsT>(value);
160 template <
typename TagsT = Aws::Vector<Tag>>
162 SetTags(std::forward<TagsT>(value));
165 template <
typename TagsT = Tag>
167 m_tagsHasBeenSet =
true;
168 m_tags.emplace_back(std::forward<TagsT>(value));
186 bool m_catalogHasBeenSet =
false;
187 bool m_clientTokenHasBeenSet =
true;
188 bool m_engagementIdentifierHasBeenSet =
false;
189 bool m_resourceTypeHasBeenSet =
false;
190 bool m_resourceIdentifierHasBeenSet =
false;
191 bool m_resourceSnapshotTemplateIdentifierHasBeenSet =
false;
192 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