7#include <aws/appmesh/AppMesh_EXPORTS.h>
8#include <aws/appmesh/AppMeshRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
52 inline int GetLimit()
const {
return m_limit; }
54 inline void SetLimit(
int value) { m_limitHasBeenSet =
true; m_limit = value; }
64 template<
typename MeshNameT = Aws::String>
65 void SetMeshName(MeshNameT&& value) { m_meshNameHasBeenSet =
true; m_meshName = std::forward<MeshNameT>(value); }
66 template<
typename MeshNameT = Aws::String>
80 template<
typename MeshOwnerT = Aws::String>
81 void SetMeshOwner(MeshOwnerT&& value) { m_meshOwnerHasBeenSet =
true; m_meshOwner = std::forward<MeshOwnerT>(value); }
82 template<
typename MeshOwnerT = Aws::String>
95 template<
typename NextTokenT = Aws::String>
96 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
97 template<
typename NextTokenT = Aws::String>
107 template<
typename VirtualGatewayNameT = Aws::String>
108 void SetVirtualGatewayName(VirtualGatewayNameT&& value) { m_virtualGatewayNameHasBeenSet =
true; m_virtualGatewayName = std::forward<VirtualGatewayNameT>(value); }
109 template<
typename VirtualGatewayNameT = Aws::String>
115 bool m_limitHasBeenSet =
false;
118 bool m_meshNameHasBeenSet =
false;
121 bool m_meshOwnerHasBeenSet =
false;
124 bool m_nextTokenHasBeenSet =
false;
127 bool m_virtualGatewayNameHasBeenSet =
false;
const Aws::String & GetVirtualGatewayName() const
ListGatewayRoutesRequest & WithMeshOwner(MeshOwnerT &&value)
bool MeshOwnerHasBeenSet() const
void SetNextToken(NextTokenT &&value)
bool VirtualGatewayNameHasBeenSet() const
virtual const char * GetServiceRequestName() const override
ListGatewayRoutesRequest & WithLimit(int value)
const Aws::String & GetMeshName() const
const Aws::String & GetNextToken() const
AWS_APPMESH_API Aws::String SerializePayload() const override
bool NextTokenHasBeenSet() const
AWS_APPMESH_API ListGatewayRoutesRequest()=default
ListGatewayRoutesRequest & WithNextToken(NextTokenT &&value)
bool LimitHasBeenSet() const
void SetMeshOwner(MeshOwnerT &&value)
ListGatewayRoutesRequest & WithVirtualGatewayName(VirtualGatewayNameT &&value)
void SetVirtualGatewayName(VirtualGatewayNameT &&value)
void SetMeshName(MeshNameT &&value)
AWS_APPMESH_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
bool MeshNameHasBeenSet() const
const Aws::String & GetMeshOwner() const
ListGatewayRoutesRequest & WithMeshName(MeshNameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String