7#include <aws/appsync/AppSyncRequest.h>
8#include <aws/appsync/AppSync_EXPORTS.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
42 template <
typename ApiIdT = Aws::String>
44 m_apiIdHasBeenSet =
true;
45 m_apiId = std::forward<ApiIdT>(value);
47 template <
typename ApiIdT = Aws::String>
49 SetApiId(std::forward<ApiIdT>(value));
60 template <
typename TypeNameT = Aws::String>
62 m_typeNameHasBeenSet =
true;
63 m_typeName = std::forward<TypeNameT>(value);
65 template <
typename TypeNameT = Aws::String>
79 template <
typename NextTokenT = Aws::String>
81 m_nextTokenHasBeenSet =
true;
82 m_nextToken = std::forward<NextTokenT>(value);
84 template <
typename NextTokenT = Aws::String>
98 m_maxResultsHasBeenSet =
true;
114 bool m_apiIdHasBeenSet =
false;
115 bool m_typeNameHasBeenSet =
false;
116 bool m_nextTokenHasBeenSet =
false;
117 bool m_maxResultsHasBeenSet =
false;
void SetTypeName(TypeNameT &&value)
ListResolversRequest & WithApiId(ApiIdT &&value)
void SetMaxResults(int value)
bool ApiIdHasBeenSet() const
virtual const char * GetServiceRequestName() const override
AWS_APPSYNC_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
const Aws::String & GetNextToken() const
bool MaxResultsHasBeenSet() const
AWS_APPSYNC_API ListResolversRequest()=default
void SetNextToken(NextTokenT &&value)
bool NextTokenHasBeenSet() const
ListResolversRequest & WithNextToken(NextTokenT &&value)
bool TypeNameHasBeenSet() const
void SetApiId(ApiIdT &&value)
const Aws::String & GetApiId() const
const Aws::String & GetTypeName() const
ListResolversRequest & WithTypeName(TypeNameT &&value)
int GetMaxResults() const
ListResolversRequest & WithMaxResults(int value)
AWS_APPSYNC_API Aws::String SerializePayload() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String