7#include <aws/account-access/AccountAccessRequest.h>
8#include <aws/account-access/AccountAccess_EXPORTS.h>
9#include <aws/account-access/model/EntitlementFilter.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
15namespace AccountAccess {
38 template <
typename ApplicationArnT = Aws::String>
40 m_applicationArnHasBeenSet =
true;
41 m_applicationArn = std::forward<ApplicationArnT>(value);
43 template <
typename ApplicationArnT = Aws::String>
57 template <
typename FilterT = EntitlementFilter>
59 m_filterHasBeenSet =
true;
60 m_filter = std::forward<FilterT>(value);
62 template <
typename FilterT = EntitlementFilter>
76 template <
typename NextTokenT = Aws::String>
78 m_nextTokenHasBeenSet =
true;
79 m_nextToken = std::forward<NextTokenT>(value);
81 template <
typename NextTokenT = Aws::String>
95 m_maxResultsHasBeenSet =
true;
111 bool m_applicationArnHasBeenSet =
false;
112 bool m_filterHasBeenSet =
false;
113 bool m_nextTokenHasBeenSet =
false;
114 bool m_maxResultsHasBeenSet =
false;
AWS_ACCOUNTACCESS_API Aws::String SerializePayload() const override
void SetNextToken(NextTokenT &&value)
ListEntitlementsRequest & WithFilter(FilterT &&value)
virtual const char * GetServiceRequestName() const override
const EntitlementFilter & GetFilter() const
void SetMaxResults(int value)
void SetApplicationArn(ApplicationArnT &&value)
const Aws::String & GetApplicationArn() const
bool MaxResultsHasBeenSet() const
void SetFilter(FilterT &&value)
ListEntitlementsRequest & WithApplicationArn(ApplicationArnT &&value)
AWS_ACCOUNTACCESS_API ListEntitlementsRequest()=default
bool FilterHasBeenSet() const
ListEntitlementsRequest & WithNextToken(NextTokenT &&value)
int GetMaxResults() const
const Aws::String & GetNextToken() const
bool NextTokenHasBeenSet() const
bool ApplicationArnHasBeenSet() const
ListEntitlementsRequest & WithMaxResults(int value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String