7#include <aws/datazone/DataZone_EXPORTS.h>
8#include <aws/datazone/DataZoneRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/datazone/model/SortKey.h>
11#include <aws/datazone/model/SortOrder.h>
50 template<
typename DomainIdentifierT = Aws::String>
51 void SetDomainIdentifier(DomainIdentifierT&& value) { m_domainIdentifierHasBeenSet =
true; m_domainIdentifier = std::forward<DomainIdentifierT>(value); }
52 template<
typename DomainIdentifierT = Aws::String>
63 template<
typename EnvironmentIdentifierT = Aws::String>
64 void SetEnvironmentIdentifier(EnvironmentIdentifierT&& value) { m_environmentIdentifierHasBeenSet =
true; m_environmentIdentifier = std::forward<EnvironmentIdentifierT>(value); }
65 template<
typename EnvironmentIdentifierT = Aws::String>
80 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
96 template<
typename NextTokenT = Aws::String>
97 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
98 template<
typename NextTokenT = Aws::String>
124 bool m_domainIdentifierHasBeenSet =
false;
127 bool m_environmentIdentifierHasBeenSet =
false;
130 bool m_maxResultsHasBeenSet =
false;
133 bool m_nextTokenHasBeenSet =
false;
136 bool m_sortByHasBeenSet =
false;
139 bool m_sortOrderHasBeenSet =
false;
void SetMaxResults(int value)
ListSubscriptionTargetsRequest & WithSortOrder(SortOrder value)
const Aws::String & GetDomainIdentifier() const
bool SortOrderHasBeenSet() const
AWS_DATAZONE_API ListSubscriptionTargetsRequest()=default
void SetEnvironmentIdentifier(EnvironmentIdentifierT &&value)
const Aws::String & GetNextToken() const
ListSubscriptionTargetsRequest & WithDomainIdentifier(DomainIdentifierT &&value)
const Aws::String & GetEnvironmentIdentifier() const
bool MaxResultsHasBeenSet() const
virtual const char * GetServiceRequestName() const override
int GetMaxResults() const
ListSubscriptionTargetsRequest & WithSortBy(SortKey value)
void SetSortBy(SortKey value)
AWS_DATAZONE_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
SortKey GetSortBy() const
void SetSortOrder(SortOrder value)
void SetDomainIdentifier(DomainIdentifierT &&value)
SortOrder GetSortOrder() const
bool DomainIdentifierHasBeenSet() const
bool EnvironmentIdentifierHasBeenSet() const
bool NextTokenHasBeenSet() const
ListSubscriptionTargetsRequest & WithNextToken(NextTokenT &&value)
AWS_DATAZONE_API Aws::String SerializePayload() const override
bool SortByHasBeenSet() const
void SetNextToken(NextTokenT &&value)
ListSubscriptionTargetsRequest & WithEnvironmentIdentifier(EnvironmentIdentifierT &&value)
ListSubscriptionTargetsRequest & WithMaxResults(int value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String