7#include <aws/datazone/DataZone_EXPORTS.h>
8#include <aws/datazone/DataZoneRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename DomainIdentifierT = Aws::String>
48 void SetDomainIdentifier(DomainIdentifierT&& value) { m_domainIdentifierHasBeenSet =
true; m_domainIdentifier = std::forward<DomainIdentifierT>(value); }
49 template<
typename DomainIdentifierT = Aws::String>
59 template<
typename IdentifierT = Aws::String>
60 void SetIdentifier(IdentifierT&& value) { m_identifierHasBeenSet =
true; m_identifier = std::forward<IdentifierT>(value); }
61 template<
typename IdentifierT = Aws::String>
75 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
90 template<
typename NextTokenT = Aws::String>
91 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
92 template<
typename NextTokenT = Aws::String>
98 bool m_domainIdentifierHasBeenSet =
false;
101 bool m_identifierHasBeenSet =
false;
104 bool m_maxResultsHasBeenSet =
false;
107 bool m_nextTokenHasBeenSet =
false;
ListAssetRevisionsRequest & WithNextToken(NextTokenT &&value)
const Aws::String & GetNextToken() const
AWS_DATAZONE_API Aws::String SerializePayload() const override
bool DomainIdentifierHasBeenSet() const
ListAssetRevisionsRequest & WithIdentifier(IdentifierT &&value)
int GetMaxResults() const
bool MaxResultsHasBeenSet() const
bool NextTokenHasBeenSet() const
ListAssetRevisionsRequest & WithMaxResults(int value)
AWS_DATAZONE_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
AWS_DATAZONE_API ListAssetRevisionsRequest()=default
const Aws::String & GetIdentifier() const
void SetIdentifier(IdentifierT &&value)
ListAssetRevisionsRequest & WithDomainIdentifier(DomainIdentifierT &&value)
const Aws::String & GetDomainIdentifier() const
void SetDomainIdentifier(DomainIdentifierT &&value)
virtual const char * GetServiceRequestName() const override
void SetMaxResults(int value)
bool IdentifierHasBeenSet() const
void SetNextToken(NextTokenT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String