7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/datazone/DataZoneRequest.h>
9#include <aws/datazone/DataZone_EXPORTS.h>
10#include <aws/datazone/model/SortOrder.h>
11#include <aws/datazone/model/SubscriptionStatus.h>
44 template <
typename DomainIdentifierT = Aws::String>
46 m_domainIdentifierHasBeenSet =
true;
47 m_domainIdentifier = std::forward<DomainIdentifierT>(value);
49 template <
typename DomainIdentifierT = Aws::String>
63 template <
typename SubscriptionRequestIdentifierT = Aws::String>
65 m_subscriptionRequestIdentifierHasBeenSet =
true;
66 m_subscriptionRequestIdentifier = std::forward<SubscriptionRequestIdentifierT>(value);
68 template <
typename SubscriptionRequestIdentifierT = Aws::String>
84 m_statusHasBeenSet =
true;
100 template <
typename SubscribedListingIdT = Aws::String>
102 m_subscribedListingIdHasBeenSet =
true;
103 m_subscribedListingId = std::forward<SubscribedListingIdT>(value);
105 template <
typename SubscribedListingIdT = Aws::String>
118 template <
typename OwningProjectIdT = Aws::String>
120 m_owningProjectIdHasBeenSet =
true;
121 m_owningProjectId = std::forward<OwningProjectIdT>(value);
123 template <
typename OwningProjectIdT = Aws::String>
136 template <
typename OwningIamPrincipalArnT = Aws::String>
138 m_owningIamPrincipalArnHasBeenSet =
true;
139 m_owningIamPrincipalArn = std::forward<OwningIamPrincipalArnT>(value);
141 template <
typename OwningIamPrincipalArnT = Aws::String>
154 template <
typename OwningUserIdT = Aws::String>
156 m_owningUserIdHasBeenSet =
true;
157 m_owningUserId = std::forward<OwningUserIdT>(value);
159 template <
typename OwningUserIdT = Aws::String>
172 template <
typename OwningGroupIdT = Aws::String>
174 m_owningGroupIdHasBeenSet =
true;
175 m_owningGroupId = std::forward<OwningGroupIdT>(value);
177 template <
typename OwningGroupIdT = Aws::String>
190 template <
typename ApproverProjectIdT = Aws::String>
192 m_approverProjectIdHasBeenSet =
true;
193 m_approverProjectId = std::forward<ApproverProjectIdT>(value);
195 template <
typename ApproverProjectIdT = Aws::String>
209 m_sortOrderHasBeenSet =
true;
229 m_maxResultsHasBeenSet =
true;
230 m_maxResults = value;
249 template <
typename NextTokenT = Aws::String>
251 m_nextTokenHasBeenSet =
true;
252 m_nextToken = std::forward<NextTokenT>(value);
254 template <
typename NextTokenT = Aws::String>
284 bool m_domainIdentifierHasBeenSet =
false;
285 bool m_subscriptionRequestIdentifierHasBeenSet =
false;
286 bool m_statusHasBeenSet =
false;
287 bool m_subscribedListingIdHasBeenSet =
false;
288 bool m_owningProjectIdHasBeenSet =
false;
289 bool m_owningIamPrincipalArnHasBeenSet =
false;
290 bool m_owningUserIdHasBeenSet =
false;
291 bool m_owningGroupIdHasBeenSet =
false;
292 bool m_approverProjectIdHasBeenSet =
false;
293 bool m_sortOrderHasBeenSet =
false;
294 bool m_maxResultsHasBeenSet =
false;
295 bool m_nextTokenHasBeenSet =
false;
bool OwningProjectIdHasBeenSet() const
void SetSortOrder(SortOrder value)
ListSubscriptionsRequest & WithSubscribedListingId(SubscribedListingIdT &&value)
bool OwningUserIdHasBeenSet() const
const Aws::String & GetApproverProjectId() const
void SetMaxResults(int value)
bool SubscribedListingIdHasBeenSet() const
void SetSubscribedListingId(SubscribedListingIdT &&value)
void SetOwningUserId(OwningUserIdT &&value)
void SetOwningGroupId(OwningGroupIdT &&value)
bool StatusHasBeenSet() const
void SetDomainIdentifier(DomainIdentifierT &&value)
AWS_DATAZONE_API ListSubscriptionsRequest()=default
void SetOwningIamPrincipalArn(OwningIamPrincipalArnT &&value)
ListSubscriptionsRequest & WithMaxResults(int value)
bool SubscriptionRequestIdentifierHasBeenSet() const
void SetNextToken(NextTokenT &&value)
bool MaxResultsHasBeenSet() const
SortOrder GetSortOrder() const
ListSubscriptionsRequest & WithSubscriptionRequestIdentifier(SubscriptionRequestIdentifierT &&value)
bool NextTokenHasBeenSet() const
void SetApproverProjectId(ApproverProjectIdT &&value)
ListSubscriptionsRequest & WithNextToken(NextTokenT &&value)
const Aws::String & GetDomainIdentifier() const
const Aws::String & GetOwningGroupId() const
ListSubscriptionsRequest & WithOwningIamPrincipalArn(OwningIamPrincipalArnT &&value)
ListSubscriptionsRequest & WithStatus(SubscriptionStatus value)
void SetStatus(SubscriptionStatus value)
const Aws::String & GetOwningIamPrincipalArn() const
const Aws::String & GetNextToken() const
AWS_DATAZONE_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
ListSubscriptionsRequest & WithOwningProjectId(OwningProjectIdT &&value)
ListSubscriptionsRequest & WithOwningUserId(OwningUserIdT &&value)
const Aws::String & GetSubscribedListingId() const
const Aws::String & GetOwningUserId() const
AWS_DATAZONE_API Aws::String SerializePayload() const override
int GetMaxResults() const
bool OwningIamPrincipalArnHasBeenSet() const
virtual const char * GetServiceRequestName() const override
bool DomainIdentifierHasBeenSet() const
bool OwningGroupIdHasBeenSet() const
bool ApproverProjectIdHasBeenSet() const
const Aws::String & GetSubscriptionRequestIdentifier() const
const Aws::String & GetOwningProjectId() const
bool SortOrderHasBeenSet() const
SubscriptionStatus GetStatus() const
void SetSubscriptionRequestIdentifier(SubscriptionRequestIdentifierT &&value)
void SetOwningProjectId(OwningProjectIdT &&value)
ListSubscriptionsRequest & WithSortOrder(SortOrder value)
ListSubscriptionsRequest & WithOwningGroupId(OwningGroupIdT &&value)
ListSubscriptionsRequest & WithDomainIdentifier(DomainIdentifierT &&value)
ListSubscriptionsRequest & WithApproverProjectId(ApproverProjectIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String