7#include <aws/networkmanager/NetworkManager_EXPORTS.h>
8#include <aws/networkmanager/NetworkManagerRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
19namespace NetworkManager
48 template<
typename GlobalNetworkIdT = Aws::String>
49 void SetGlobalNetworkId(GlobalNetworkIdT&& value) { m_globalNetworkIdHasBeenSet =
true; m_globalNetworkId = std::forward<GlobalNetworkIdT>(value); }
50 template<
typename GlobalNetworkIdT = Aws::String>
61 template<
typename CustomerGatewayArnsT = Aws::Vector<Aws::String>>
62 void SetCustomerGatewayArns(CustomerGatewayArnsT&& value) { m_customerGatewayArnsHasBeenSet =
true; m_customerGatewayArns = std::forward<CustomerGatewayArnsT>(value); }
63 template<
typename CustomerGatewayArnsT = Aws::Vector<Aws::String>>
65 template<
typename CustomerGatewayArnsT = Aws::String>
75 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
85 template<
typename NextTokenT = Aws::String>
86 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
87 template<
typename NextTokenT = Aws::String>
93 bool m_globalNetworkIdHasBeenSet =
false;
96 bool m_customerGatewayArnsHasBeenSet =
false;
99 bool m_maxResultsHasBeenSet =
false;
102 bool m_nextTokenHasBeenSet =
false;
GetCustomerGatewayAssociationsRequest & WithMaxResults(int value)
const Aws::String & GetNextToken() const
bool MaxResultsHasBeenSet() const
bool CustomerGatewayArnsHasBeenSet() const
virtual const char * GetServiceRequestName() const override
void SetCustomerGatewayArns(CustomerGatewayArnsT &&value)
bool NextTokenHasBeenSet() const
AWS_NETWORKMANAGER_API Aws::String SerializePayload() const override
GetCustomerGatewayAssociationsRequest & WithCustomerGatewayArns(CustomerGatewayArnsT &&value)
AWS_NETWORKMANAGER_API GetCustomerGatewayAssociationsRequest()=default
bool GlobalNetworkIdHasBeenSet() const
const Aws::String & GetGlobalNetworkId() const
void SetMaxResults(int value)
GetCustomerGatewayAssociationsRequest & WithNextToken(NextTokenT &&value)
const Aws::Vector< Aws::String > & GetCustomerGatewayArns() const
GetCustomerGatewayAssociationsRequest & AddCustomerGatewayArns(CustomerGatewayArnsT &&value)
void SetGlobalNetworkId(GlobalNetworkIdT &&value)
GetCustomerGatewayAssociationsRequest & WithGlobalNetworkId(GlobalNetworkIdT &&value)
void SetNextToken(NextTokenT &&value)
AWS_NETWORKMANAGER_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
int GetMaxResults() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector