7#include <aws/fms/FMS_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/fms/model/EntryViolation.h>
49 template<
typename VpcT = Aws::String>
50 void SetVpc(VpcT&& value) { m_vpcHasBeenSet =
true; m_vpc = std::forward<VpcT>(value); }
51 template<
typename VpcT = Aws::String>
61 template<
typename SubnetT = Aws::String>
62 void SetSubnet(SubnetT&& value) { m_subnetHasBeenSet =
true; m_subnet = std::forward<SubnetT>(value); }
63 template<
typename SubnetT = Aws::String>
73 template<
typename SubnetAvailabilityZoneT = Aws::String>
74 void SetSubnetAvailabilityZone(SubnetAvailabilityZoneT&& value) { m_subnetAvailabilityZoneHasBeenSet =
true; m_subnetAvailabilityZone = std::forward<SubnetAvailabilityZoneT>(value); }
75 template<
typename SubnetAvailabilityZoneT = Aws::String>
85 template<
typename CurrentAssociatedNetworkAclT = Aws::String>
86 void SetCurrentAssociatedNetworkAcl(CurrentAssociatedNetworkAclT&& value) { m_currentAssociatedNetworkAclHasBeenSet =
true; m_currentAssociatedNetworkAcl = std::forward<CurrentAssociatedNetworkAclT>(value); }
87 template<
typename CurrentAssociatedNetworkAclT = Aws::String>
97 template<
typename EntryViolationsT = Aws::Vector<EntryViolation>>
98 void SetEntryViolations(EntryViolationsT&& value) { m_entryViolationsHasBeenSet =
true; m_entryViolations = std::forward<EntryViolationsT>(value); }
99 template<
typename EntryViolationsT = Aws::Vector<EntryViolation>>
101 template<
typename EntryViolationsT = EntryViolation>
107 bool m_vpcHasBeenSet =
false;
110 bool m_subnetHasBeenSet =
false;
113 bool m_subnetAvailabilityZoneHasBeenSet =
false;
116 bool m_currentAssociatedNetworkAclHasBeenSet =
false;
119 bool m_entryViolationsHasBeenSet =
false;
void SetVpc(VpcT &&value)
InvalidNetworkAclEntriesViolation & WithVpc(VpcT &&value)
const Aws::Vector< EntryViolation > & GetEntryViolations() const
InvalidNetworkAclEntriesViolation & WithEntryViolations(EntryViolationsT &&value)
bool EntryViolationsHasBeenSet() const
AWS_FMS_API InvalidNetworkAclEntriesViolation()=default
AWS_FMS_API Aws::Utils::Json::JsonValue Jsonize() const
InvalidNetworkAclEntriesViolation & AddEntryViolations(EntryViolationsT &&value)
const Aws::String & GetSubnetAvailabilityZone() const
InvalidNetworkAclEntriesViolation & WithCurrentAssociatedNetworkAcl(CurrentAssociatedNetworkAclT &&value)
const Aws::String & GetSubnet() const
bool CurrentAssociatedNetworkAclHasBeenSet() const
AWS_FMS_API InvalidNetworkAclEntriesViolation & operator=(Aws::Utils::Json::JsonView jsonValue)
InvalidNetworkAclEntriesViolation & WithSubnetAvailabilityZone(SubnetAvailabilityZoneT &&value)
AWS_FMS_API InvalidNetworkAclEntriesViolation(Aws::Utils::Json::JsonView jsonValue)
void SetEntryViolations(EntryViolationsT &&value)
bool VpcHasBeenSet() const
const Aws::String & GetVpc() const
bool SubnetAvailabilityZoneHasBeenSet() const
void SetSubnet(SubnetT &&value)
void SetSubnetAvailabilityZone(SubnetAvailabilityZoneT &&value)
bool SubnetHasBeenSet() const
void SetCurrentAssociatedNetworkAcl(CurrentAssociatedNetworkAclT &&value)
InvalidNetworkAclEntriesViolation & WithSubnet(SubnetT &&value)
const Aws::String & GetCurrentAssociatedNetworkAcl() 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