7#include <aws/vpc-lattice/VPCLattice_EXPORTS.h>
8#include <aws/vpc-lattice/VPCLatticeRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename ListenerIdentifierT = Aws::String>
48 void SetListenerIdentifier(ListenerIdentifierT&& value) { m_listenerIdentifierHasBeenSet =
true; m_listenerIdentifier = std::forward<ListenerIdentifierT>(value); }
49 template<
typename ListenerIdentifierT = Aws::String>
59 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
69 template<
typename NextTokenT = Aws::String>
70 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
71 template<
typename NextTokenT = Aws::String>
81 template<
typename ServiceIdentifierT = Aws::String>
82 void SetServiceIdentifier(ServiceIdentifierT&& value) { m_serviceIdentifierHasBeenSet =
true; m_serviceIdentifier = std::forward<ServiceIdentifierT>(value); }
83 template<
typename ServiceIdentifierT = Aws::String>
89 bool m_listenerIdentifierHasBeenSet =
false;
92 bool m_maxResultsHasBeenSet =
false;
95 bool m_nextTokenHasBeenSet =
false;
98 bool m_serviceIdentifierHasBeenSet =
false;
ListRulesRequest & WithServiceIdentifier(ServiceIdentifierT &&value)
const Aws::String & GetNextToken() const
bool ListenerIdentifierHasBeenSet() const
AWS_VPCLATTICE_API ListRulesRequest()=default
AWS_VPCLATTICE_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
bool ServiceIdentifierHasBeenSet() const
int GetMaxResults() const
AWS_VPCLATTICE_API Aws::String SerializePayload() const override
void SetServiceIdentifier(ServiceIdentifierT &&value)
bool NextTokenHasBeenSet() const
ListRulesRequest & WithMaxResults(int value)
bool MaxResultsHasBeenSet() const
void SetMaxResults(int value)
ListRulesRequest & WithListenerIdentifier(ListenerIdentifierT &&value)
const Aws::String & GetServiceIdentifier() const
ListRulesRequest & WithNextToken(NextTokenT &&value)
const Aws::String & GetListenerIdentifier() const
void SetNextToken(NextTokenT &&value)
void SetListenerIdentifier(ListenerIdentifierT &&value)
virtual const char * GetServiceRequestName() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String