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>
49 template<
typename DomainIdentifierT = Aws::String>
50 void SetDomainIdentifier(DomainIdentifierT&& value) { m_domainIdentifierHasBeenSet =
true; m_domainIdentifier = std::forward<DomainIdentifierT>(value); }
51 template<
typename DomainIdentifierT = Aws::String>
61 template<
typename EnvironmentIdT = Aws::String>
62 void SetEnvironmentId(EnvironmentIdT&& value) { m_environmentIdHasBeenSet =
true; m_environmentId = std::forward<EnvironmentIdT>(value); }
63 template<
typename EnvironmentIdT = Aws::String>
78 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
94 template<
typename NextTokenT = Aws::String>
95 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
96 template<
typename NextTokenT = Aws::String>
106 template<
typename OwningProjectIdT = Aws::String>
107 void SetOwningProjectId(OwningProjectIdT&& value) { m_owningProjectIdHasBeenSet =
true; m_owningProjectId = std::forward<OwningProjectIdT>(value); }
108 template<
typename OwningProjectIdT = Aws::String>
138 template<
typename SubscribedListingIdT = Aws::String>
139 void SetSubscribedListingId(SubscribedListingIdT&& value) { m_subscribedListingIdHasBeenSet =
true; m_subscribedListingId = std::forward<SubscribedListingIdT>(value); }
140 template<
typename SubscribedListingIdT = Aws::String>
150 template<
typename SubscriptionIdT = Aws::String>
151 void SetSubscriptionId(SubscriptionIdT&& value) { m_subscriptionIdHasBeenSet =
true; m_subscriptionId = std::forward<SubscriptionIdT>(value); }
152 template<
typename SubscriptionIdT = Aws::String>
162 template<
typename SubscriptionTargetIdT = Aws::String>
163 void SetSubscriptionTargetId(SubscriptionTargetIdT&& value) { m_subscriptionTargetIdHasBeenSet =
true; m_subscriptionTargetId = std::forward<SubscriptionTargetIdT>(value); }
164 template<
typename SubscriptionTargetIdT = Aws::String>
170 bool m_domainIdentifierHasBeenSet =
false;
173 bool m_environmentIdHasBeenSet =
false;
176 bool m_maxResultsHasBeenSet =
false;
179 bool m_nextTokenHasBeenSet =
false;
182 bool m_owningProjectIdHasBeenSet =
false;
185 bool m_sortByHasBeenSet =
false;
188 bool m_sortOrderHasBeenSet =
false;
191 bool m_subscribedListingIdHasBeenSet =
false;
194 bool m_subscriptionIdHasBeenSet =
false;
197 bool m_subscriptionTargetIdHasBeenSet =
false;
ListSubscriptionGrantsRequest & WithSubscriptionTargetId(SubscriptionTargetIdT &&value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetNextToken() const
void SetMaxResults(int value)
ListSubscriptionGrantsRequest & WithSubscriptionId(SubscriptionIdT &&value)
ListSubscriptionGrantsRequest & WithSortOrder(SortOrder value)
AWS_DATAZONE_API ListSubscriptionGrantsRequest()=default
void SetNextToken(NextTokenT &&value)
ListSubscriptionGrantsRequest & WithEnvironmentId(EnvironmentIdT &&value)
bool DomainIdentifierHasBeenSet() const
const Aws::String & GetSubscriptionTargetId() const
bool SubscriptionIdHasBeenSet() const
const Aws::String & GetOwningProjectId() const
SortKey GetSortBy() const
bool MaxResultsHasBeenSet() const
ListSubscriptionGrantsRequest & WithMaxResults(int value)
ListSubscriptionGrantsRequest & WithDomainIdentifier(DomainIdentifierT &&value)
ListSubscriptionGrantsRequest & WithNextToken(NextTokenT &&value)
bool EnvironmentIdHasBeenSet() const
const Aws::String & GetSubscribedListingId() const
ListSubscriptionGrantsRequest & WithSubscribedListingId(SubscribedListingIdT &&value)
int GetMaxResults() const
bool OwningProjectIdHasBeenSet() const
bool SortByHasBeenSet() const
bool SubscribedListingIdHasBeenSet() const
void SetSortBy(SortKey value)
void SetEnvironmentId(EnvironmentIdT &&value)
ListSubscriptionGrantsRequest & WithOwningProjectId(OwningProjectIdT &&value)
const Aws::String & GetDomainIdentifier() const
AWS_DATAZONE_API Aws::String SerializePayload() const override
SortOrder GetSortOrder() const
AWS_DATAZONE_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
void SetSortOrder(SortOrder value)
ListSubscriptionGrantsRequest & WithSortBy(SortKey value)
void SetSubscriptionTargetId(SubscriptionTargetIdT &&value)
const Aws::String & GetSubscriptionId() const
void SetDomainIdentifier(DomainIdentifierT &&value)
bool NextTokenHasBeenSet() const
bool SubscriptionTargetIdHasBeenSet() const
const Aws::String & GetEnvironmentId() const
bool SortOrderHasBeenSet() const
void SetSubscriptionId(SubscriptionIdT &&value)
void SetSubscribedListingId(SubscribedListingIdT &&value)
void SetOwningProjectId(OwningProjectIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String