7#include <aws/network-firewall/NetworkFirewall_EXPORTS.h>
8#include <aws/network-firewall/NetworkFirewallRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace NetworkFirewall
43 template<
typename VpcEndpo
intAssociationArnT = Aws::String>
44 void SetVpcEndpointAssociationArn(VpcEndpointAssociationArnT&& value) { m_vpcEndpointAssociationArnHasBeenSet =
true; m_vpcEndpointAssociationArn = std::forward<VpcEndpointAssociationArnT>(value); }
45 template<
typename VpcEndpo
intAssociationArnT = Aws::String>
51 bool m_vpcEndpointAssociationArnHasBeenSet =
false;
void SetVpcEndpointAssociationArn(VpcEndpointAssociationArnT &&value)
const Aws::String & GetVpcEndpointAssociationArn() const
AWS_NETWORKFIREWALL_API DeleteVpcEndpointAssociationRequest()=default
DeleteVpcEndpointAssociationRequest & WithVpcEndpointAssociationArn(VpcEndpointAssociationArnT &&value)
bool VpcEndpointAssociationArnHasBeenSet() const
AWS_NETWORKFIREWALL_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
AWS_NETWORKFIREWALL_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String