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
44 template<
typename CatalogT = Aws::String>
45 void SetCatalog(CatalogT&& value) { m_catalogHasBeenSet =
true; m_catalog = std::forward<CatalogT>(value); }
46 template<
typename CatalogT = Aws::String>
57 template<
typename CreatedByT = Aws::String>
58 void SetCreatedBy(CreatedByT&& value) { m_createdByHasBeenSet =
true; m_createdBy = std::forward<CreatedByT>(value); }
59 template<
typename CreatedByT = Aws::String>
69 template<
typename EngagementIdentifierT = Aws::String>
70 void SetEngagementIdentifier(EngagementIdentifierT&& value) { m_engagementIdentifierHasBeenSet =
true; m_engagementIdentifier = std::forward<EngagementIdentifierT>(value); }
71 template<
typename EngagementIdentifierT = Aws::String>
81 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
91 template<
typename NextTokenT = Aws::String>
92 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
93 template<
typename NextTokenT = Aws::String>
104 template<
typename ResourceIdentifierT = Aws::String>
105 void SetResourceIdentifier(ResourceIdentifierT&& value) { m_resourceIdentifierHasBeenSet =
true; m_resourceIdentifier = std::forward<ResourceIdentifierT>(value); }
106 template<
typename ResourceIdentifierT = Aws::String>
117 template<
typename ResourceSnapshotTemplateIdentifierT = Aws::String>
118 void SetResourceSnapshotTemplateIdentifier(ResourceSnapshotTemplateIdentifierT&& value) { m_resourceSnapshotTemplateIdentifierHasBeenSet =
true; m_resourceSnapshotTemplateIdentifier = std::forward<ResourceSnapshotTemplateIdentifierT>(value); }
119 template<
typename ResourceSnapshotTemplateIdentifierT = Aws::String>
136 bool m_catalogHasBeenSet =
false;
139 bool m_createdByHasBeenSet =
false;
142 bool m_engagementIdentifierHasBeenSet =
false;
145 bool m_maxResultsHasBeenSet =
false;
148 bool m_nextTokenHasBeenSet =
false;
151 bool m_resourceIdentifierHasBeenSet =
false;
154 bool m_resourceSnapshotTemplateIdentifierHasBeenSet =
false;
157 bool m_resourceTypeHasBeenSet =
false;
bool ResourceSnapshotTemplateIdentifierHasBeenSet() const
bool EngagementIdentifierHasBeenSet() const
bool CatalogHasBeenSet() const
void SetMaxResults(int value)
void SetResourceType(ResourceType value)
ResourceType GetResourceType() const
bool ResourceIdentifierHasBeenSet() const
bool NextTokenHasBeenSet() const
const Aws::String & GetCatalog() const
virtual const char * GetServiceRequestName() const override
ListResourceSnapshotsRequest & WithCreatedBy(CreatedByT &&value)
ListResourceSnapshotsRequest & WithCatalog(CatalogT &&value)
void SetResourceSnapshotTemplateIdentifier(ResourceSnapshotTemplateIdentifierT &&value)
const Aws::String & GetResourceIdentifier() const
void SetCatalog(CatalogT &&value)
ListResourceSnapshotsRequest & WithEngagementIdentifier(EngagementIdentifierT &&value)
AWS_PARTNERCENTRALSELLING_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool ResourceTypeHasBeenSet() const
const Aws::String & GetNextToken() const
const Aws::String & GetCreatedBy() const
void SetCreatedBy(CreatedByT &&value)
bool CreatedByHasBeenSet() const
ListResourceSnapshotsRequest & WithResourceType(ResourceType value)
ListResourceSnapshotsRequest & WithResourceSnapshotTemplateIdentifier(ResourceSnapshotTemplateIdentifierT &&value)
const Aws::String & GetEngagementIdentifier() const
bool MaxResultsHasBeenSet() const
int GetMaxResults() const
ListResourceSnapshotsRequest & WithMaxResults(int value)
AWS_PARTNERCENTRALSELLING_API ListResourceSnapshotsRequest()=default
AWS_PARTNERCENTRALSELLING_API Aws::String SerializePayload() const override
ListResourceSnapshotsRequest & WithResourceIdentifier(ResourceIdentifierT &&value)
ListResourceSnapshotsRequest & WithNextToken(NextTokenT &&value)
void SetEngagementIdentifier(EngagementIdentifierT &&value)
void SetNextToken(NextTokenT &&value)
const Aws::String & GetResourceSnapshotTemplateIdentifier() const
void SetResourceIdentifier(ResourceIdentifierT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String