7#include <aws/appsync/AppSync_EXPORTS.h>
8#include <aws/appsync/AppSyncRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename ApiIdT = Aws::String>
48 void SetApiId(ApiIdT&& value) { m_apiIdHasBeenSet =
true; m_apiId = std::forward<ApiIdT>(value); }
49 template<
typename ApiIdT = Aws::String>
60 template<
typename NextTokenT = Aws::String>
61 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
62 template<
typename NextTokenT = Aws::String>
72 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
78 bool m_apiIdHasBeenSet =
false;
81 bool m_nextTokenHasBeenSet =
false;
84 bool m_maxResultsHasBeenSet =
false;
const Aws::String & GetNextToken() const
bool MaxResultsHasBeenSet() const
void SetNextToken(NextTokenT &&value)
AWS_APPSYNC_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
void SetMaxResults(int value)
bool NextTokenHasBeenSet() const
ListChannelNamespacesRequest & WithMaxResults(int value)
void SetApiId(ApiIdT &&value)
bool ApiIdHasBeenSet() const
virtual const char * GetServiceRequestName() const override
ListChannelNamespacesRequest & WithApiId(ApiIdT &&value)
AWS_APPSYNC_API ListChannelNamespacesRequest()=default
int GetMaxResults() const
ListChannelNamespacesRequest & WithNextToken(NextTokenT &&value)
AWS_APPSYNC_API Aws::String SerializePayload() const override
const Aws::String & GetApiId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String