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
50 inline void SetGlobalNetworkId(
const char* value) { m_globalNetworkIdHasBeenSet =
true; m_globalNetworkId.assign(value); }
78 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
90 inline void SetNextToken(
const char* value) { m_nextTokenHasBeenSet =
true; m_nextToken.assign(value); }
98 bool m_globalNetworkIdHasBeenSet =
false;
101 bool m_customerGatewayArnsHasBeenSet =
false;
104 bool m_maxResultsHasBeenSet =
false;
107 bool m_nextTokenHasBeenSet =
false;
GetCustomerGatewayAssociationsRequest & WithMaxResults(int value)
GetCustomerGatewayAssociationsRequest & WithNextToken(Aws::String &&value)
const Aws::String & GetNextToken() const
bool MaxResultsHasBeenSet() const
bool CustomerGatewayArnsHasBeenSet() const
GetCustomerGatewayAssociationsRequest & WithCustomerGatewayArns(Aws::Vector< Aws::String > &&value)
virtual const char * GetServiceRequestName() const override
void SetGlobalNetworkId(const char *value)
GetCustomerGatewayAssociationsRequest & WithGlobalNetworkId(const Aws::String &value)
bool NextTokenHasBeenSet() const
AWS_NETWORKMANAGER_API Aws::String SerializePayload() const override
void SetNextToken(const Aws::String &value)
GetCustomerGatewayAssociationsRequest & WithNextToken(const char *value)
AWS_NETWORKMANAGER_API GetCustomerGatewayAssociationsRequest()
void SetGlobalNetworkId(Aws::String &&value)
GetCustomerGatewayAssociationsRequest & AddCustomerGatewayArns(const Aws::String &value)
GetCustomerGatewayAssociationsRequest & WithNextToken(const Aws::String &value)
GetCustomerGatewayAssociationsRequest & WithGlobalNetworkId(Aws::String &&value)
void SetGlobalNetworkId(const Aws::String &value)
bool GlobalNetworkIdHasBeenSet() const
const Aws::String & GetGlobalNetworkId() const
void SetMaxResults(int value)
const Aws::Vector< Aws::String > & GetCustomerGatewayArns() const
void SetCustomerGatewayArns(Aws::Vector< Aws::String > &&value)
GetCustomerGatewayAssociationsRequest & WithCustomerGatewayArns(const Aws::Vector< Aws::String > &value)
GetCustomerGatewayAssociationsRequest & AddCustomerGatewayArns(const char *value)
void SetCustomerGatewayArns(const Aws::Vector< Aws::String > &value)
AWS_NETWORKMANAGER_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
void SetNextToken(Aws::String &&value)
GetCustomerGatewayAssociationsRequest & AddCustomerGatewayArns(Aws::String &&value)
GetCustomerGatewayAssociationsRequest & WithGlobalNetworkId(const char *value)
int GetMaxResults() const
void SetNextToken(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector