7#include <aws/network-firewall/NetworkFirewall_EXPORTS.h>
8#include <aws/network-firewall/NetworkFirewallRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
15namespace NetworkFirewall
48 template<
typename NextTokenT = Aws::String>
49 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
50 template<
typename NextTokenT = Aws::String>
62 template<
typename VpcIdsT = Aws::Vector<Aws::String>>
63 void SetVpcIds(VpcIdsT&& value) { m_vpcIdsHasBeenSet =
true; m_vpcIds = std::forward<VpcIdsT>(value); }
64 template<
typename VpcIdsT = Aws::Vector<Aws::String>>
66 template<
typename VpcIdsT = Aws::String>
79 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
85 bool m_nextTokenHasBeenSet =
false;
88 bool m_vpcIdsHasBeenSet =
false;
91 bool m_maxResultsHasBeenSet =
false;
void SetVpcIds(VpcIdsT &&value)
void SetNextToken(NextTokenT &&value)
const Aws::String & GetNextToken() const
AWS_NETWORKFIREWALL_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetMaxResults(int value)
ListFirewallsRequest & WithNextToken(NextTokenT &&value)
AWS_NETWORKFIREWALL_API Aws::String SerializePayload() const override
bool MaxResultsHasBeenSet() const
virtual const char * GetServiceRequestName() const override
int GetMaxResults() const
ListFirewallsRequest & AddVpcIds(VpcIdsT &&value)
bool VpcIdsHasBeenSet() const
const Aws::Vector< Aws::String > & GetVpcIds() const
ListFirewallsRequest & WithVpcIds(VpcIdsT &&value)
bool NextTokenHasBeenSet() const
ListFirewallsRequest & WithMaxResults(int value)
AWS_NETWORKFIREWALL_API ListFirewallsRequest()=default
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector