7#include <aws/securityhub/SecurityHub_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/securityhub/model/AwsNetworkFirewallFirewallSubnetMappingsDetails.h>
49 inline void SetDeleteProtection(
bool value) { m_deleteProtectionHasBeenSet =
true; m_deleteProtection = value; }
59 template<
typename DescriptionT = Aws::String>
60 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
61 template<
typename DescriptionT = Aws::String>
71 template<
typename FirewallArnT = Aws::String>
72 void SetFirewallArn(FirewallArnT&& value) { m_firewallArnHasBeenSet =
true; m_firewallArn = std::forward<FirewallArnT>(value); }
73 template<
typename FirewallArnT = Aws::String>
83 template<
typename FirewallIdT = Aws::String>
84 void SetFirewallId(FirewallIdT&& value) { m_firewallIdHasBeenSet =
true; m_firewallId = std::forward<FirewallIdT>(value); }
85 template<
typename FirewallIdT = Aws::String>
95 template<
typename FirewallNameT = Aws::String>
96 void SetFirewallName(FirewallNameT&& value) { m_firewallNameHasBeenSet =
true; m_firewallName = std::forward<FirewallNameT>(value); }
97 template<
typename FirewallNameT = Aws::String>
107 template<
typename FirewallPolicyArnT = Aws::String>
108 void SetFirewallPolicyArn(FirewallPolicyArnT&& value) { m_firewallPolicyArnHasBeenSet =
true; m_firewallPolicyArn = std::forward<FirewallPolicyArnT>(value); }
109 template<
typename FirewallPolicyArnT = Aws::String>
144 template<
typename SubnetMappingsT = Aws::Vector<AwsNetworkFirewallFirewallSubnetMappingsDetails>>
145 void SetSubnetMappings(SubnetMappingsT&& value) { m_subnetMappingsHasBeenSet =
true; m_subnetMappings = std::forward<SubnetMappingsT>(value); }
146 template<
typename SubnetMappingsT = Aws::Vector<AwsNetworkFirewallFirewallSubnetMappingsDetails>>
148 template<
typename SubnetMappingsT = AwsNetworkFirewallFirewallSubnetMappingsDetails>
158 template<
typename VpcIdT = Aws::String>
159 void SetVpcId(VpcIdT&& value) { m_vpcIdHasBeenSet =
true; m_vpcId = std::forward<VpcIdT>(value); }
160 template<
typename VpcIdT = Aws::String>
165 bool m_deleteProtection{
false};
166 bool m_deleteProtectionHasBeenSet =
false;
169 bool m_descriptionHasBeenSet =
false;
172 bool m_firewallArnHasBeenSet =
false;
175 bool m_firewallIdHasBeenSet =
false;
178 bool m_firewallNameHasBeenSet =
false;
181 bool m_firewallPolicyArnHasBeenSet =
false;
183 bool m_firewallPolicyChangeProtection{
false};
184 bool m_firewallPolicyChangeProtectionHasBeenSet =
false;
186 bool m_subnetChangeProtection{
false};
187 bool m_subnetChangeProtectionHasBeenSet =
false;
190 bool m_subnetMappingsHasBeenSet =
false;
193 bool m_vpcIdHasBeenSet =
false;
AWS_SECURITYHUB_API AwsNetworkFirewallFirewallDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
AwsNetworkFirewallFirewallDetails & WithDescription(DescriptionT &&value)
bool FirewallPolicyChangeProtectionHasBeenSet() const
void SetFirewallId(FirewallIdT &&value)
bool GetDeleteProtection() const
AwsNetworkFirewallFirewallDetails & WithSubnetMappings(SubnetMappingsT &&value)
AwsNetworkFirewallFirewallDetails & WithFirewallId(FirewallIdT &&value)
bool DescriptionHasBeenSet() const
void SetVpcId(VpcIdT &&value)
void SetFirewallArn(FirewallArnT &&value)
AwsNetworkFirewallFirewallDetails & WithSubnetChangeProtection(bool value)
AwsNetworkFirewallFirewallDetails & AddSubnetMappings(SubnetMappingsT &&value)
const Aws::String & GetFirewallPolicyArn() const
AwsNetworkFirewallFirewallDetails & WithFirewallName(FirewallNameT &&value)
bool DeleteProtectionHasBeenSet() const
bool FirewallNameHasBeenSet() const
AWS_SECURITYHUB_API AwsNetworkFirewallFirewallDetails()=default
const Aws::Vector< AwsNetworkFirewallFirewallSubnetMappingsDetails > & GetSubnetMappings() const
const Aws::String & GetFirewallArn() const
bool GetFirewallPolicyChangeProtection() const
void SetDescription(DescriptionT &&value)
AwsNetworkFirewallFirewallDetails & WithFirewallArn(FirewallArnT &&value)
bool FirewallIdHasBeenSet() const
void SetFirewallName(FirewallNameT &&value)
void SetDeleteProtection(bool value)
const Aws::String & GetDescription() const
AwsNetworkFirewallFirewallDetails & WithVpcId(VpcIdT &&value)
const Aws::String & GetVpcId() const
void SetFirewallPolicyChangeProtection(bool value)
bool GetSubnetChangeProtection() const
void SetSubnetChangeProtection(bool value)
bool FirewallPolicyArnHasBeenSet() const
AwsNetworkFirewallFirewallDetails & WithFirewallPolicyArn(FirewallPolicyArnT &&value)
void SetSubnetMappings(SubnetMappingsT &&value)
void SetFirewallPolicyArn(FirewallPolicyArnT &&value)
const Aws::String & GetFirewallId() const
bool VpcIdHasBeenSet() const
AwsNetworkFirewallFirewallDetails & WithDeleteProtection(bool value)
AwsNetworkFirewallFirewallDetails & WithFirewallPolicyChangeProtection(bool value)
AWS_SECURITYHUB_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetFirewallName() const
bool SubnetChangeProtectionHasBeenSet() const
AWS_SECURITYHUB_API AwsNetworkFirewallFirewallDetails(Aws::Utils::Json::JsonView jsonValue)
bool FirewallArnHasBeenSet() const
bool SubnetMappingsHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue