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/network-firewall/model/SubnetMapping.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/network-firewall/model/Tag.h>
17namespace NetworkFirewall
46 template<
typename FirewallArnT = Aws::String>
47 void SetFirewallArn(FirewallArnT&& value) { m_firewallArnHasBeenSet =
true; m_firewallArn = std::forward<FirewallArnT>(value); }
48 template<
typename FirewallArnT = Aws::String>
59 template<
typename VpcIdT = Aws::String>
60 void SetVpcId(VpcIdT&& value) { m_vpcIdHasBeenSet =
true; m_vpcId = std::forward<VpcIdT>(value); }
61 template<
typename VpcIdT = Aws::String>
69 template<
typename SubnetMappingT = SubnetMapping>
70 void SetSubnetMapping(SubnetMappingT&& value) { m_subnetMappingHasBeenSet =
true; m_subnetMapping = std::forward<SubnetMappingT>(value); }
71 template<
typename SubnetMappingT = SubnetMapping>
81 template<
typename DescriptionT = Aws::String>
82 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
83 template<
typename DescriptionT = Aws::String>
93 template<
typename TagsT = Aws::Vector<Tag>>
94 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
95 template<
typename TagsT = Aws::Vector<Tag>>
97 template<
typename TagsT = Tag>
103 bool m_firewallArnHasBeenSet =
false;
106 bool m_vpcIdHasBeenSet =
false;
109 bool m_subnetMappingHasBeenSet =
false;
112 bool m_descriptionHasBeenSet =
false;
115 bool m_tagsHasBeenSet =
false;
const SubnetMapping & GetSubnetMapping() const
AWS_NETWORKFIREWALL_API CreateVpcEndpointAssociationRequest()=default
CreateVpcEndpointAssociationRequest & WithDescription(DescriptionT &&value)
const Aws::String & GetVpcId() const
void SetFirewallArn(FirewallArnT &&value)
CreateVpcEndpointAssociationRequest & WithVpcId(VpcIdT &&value)
CreateVpcEndpointAssociationRequest & WithFirewallArn(FirewallArnT &&value)
CreateVpcEndpointAssociationRequest & WithTags(TagsT &&value)
void SetSubnetMapping(SubnetMappingT &&value)
CreateVpcEndpointAssociationRequest & AddTags(TagsT &&value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetFirewallArn() const
bool FirewallArnHasBeenSet() const
CreateVpcEndpointAssociationRequest & WithSubnetMapping(SubnetMappingT &&value)
bool DescriptionHasBeenSet() const
void SetDescription(DescriptionT &&value)
bool VpcIdHasBeenSet() const
bool TagsHasBeenSet() const
void SetVpcId(VpcIdT &&value)
AWS_NETWORKFIREWALL_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const Aws::Vector< Tag > & GetTags() const
const Aws::String & GetDescription() const
bool SubnetMappingHasBeenSet() const
AWS_NETWORKFIREWALL_API Aws::String SerializePayload() const override
void SetTags(TagsT &&value)
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