7#include <aws/appsync/AppSync_EXPORTS.h>
8#include <aws/appsync/AppSyncRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/appsync/model/GraphQLApiType.h>
11#include <aws/appsync/model/Ownership.h>
50 template<
typename NextTokenT = Aws::String>
51 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
52 template<
typename NextTokenT = Aws::String>
62 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
89 bool m_nextTokenHasBeenSet =
false;
92 bool m_maxResultsHasBeenSet =
false;
95 bool m_apiTypeHasBeenSet =
false;
98 bool m_ownerHasBeenSet =
false;
AWS_APPSYNC_API ListGraphqlApisRequest()=default
Ownership GetOwner() const
ListGraphqlApisRequest & WithNextToken(NextTokenT &&value)
ListGraphqlApisRequest & WithMaxResults(int value)
AWS_APPSYNC_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
void SetOwner(Ownership value)
void SetMaxResults(int value)
int GetMaxResults() const
void SetApiType(GraphQLApiType value)
ListGraphqlApisRequest & WithApiType(GraphQLApiType value)
virtual const char * GetServiceRequestName() const override
GraphQLApiType GetApiType() const
bool ApiTypeHasBeenSet() const
bool MaxResultsHasBeenSet() const
bool OwnerHasBeenSet() const
void SetNextToken(NextTokenT &&value)
ListGraphqlApisRequest & WithOwner(Ownership value)
AWS_APPSYNC_API Aws::String SerializePayload() const override
const Aws::String & GetNextToken() const
bool NextTokenHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String