7#include <aws/appmesh/AppMeshRequest.h>
8#include <aws/appmesh/AppMesh_EXPORTS.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
50 inline int GetLimit()
const {
return m_limit; }
53 m_limitHasBeenSet =
true;
74 template <
typename NextTokenT = Aws::String>
76 m_nextTokenHasBeenSet =
true;
77 m_nextToken = std::forward<NextTokenT>(value);
79 template <
typename NextTokenT = Aws::String>
89 bool m_limitHasBeenSet =
false;
90 bool m_nextTokenHasBeenSet =
false;
AWS_APPMESH_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
ListMeshesRequest & WithNextToken(NextTokenT &&value)
void SetNextToken(NextTokenT &&value)
bool NextTokenHasBeenSet() const
AWS_APPMESH_API ListMeshesRequest()=default
bool LimitHasBeenSet() const
virtual const char * GetServiceRequestName() const override
ListMeshesRequest & WithLimit(int value)
const Aws::String & GetNextToken() const
AWS_APPMESH_API Aws::String SerializePayload() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String