7#include <aws/ec2/EC2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
49 template<
typename NetworkAclAssociationIdT = Aws::String>
50 void SetNetworkAclAssociationId(NetworkAclAssociationIdT&& value) { m_networkAclAssociationIdHasBeenSet =
true; m_networkAclAssociationId = std::forward<NetworkAclAssociationIdT>(value); }
51 template<
typename NetworkAclAssociationIdT = Aws::String>
61 template<
typename NetworkAclIdT = Aws::String>
62 void SetNetworkAclId(NetworkAclIdT&& value) { m_networkAclIdHasBeenSet =
true; m_networkAclId = std::forward<NetworkAclIdT>(value); }
63 template<
typename NetworkAclIdT = Aws::String>
73 template<
typename SubnetIdT = Aws::String>
74 void SetSubnetId(SubnetIdT&& value) { m_subnetIdHasBeenSet =
true; m_subnetId = std::forward<SubnetIdT>(value); }
75 template<
typename SubnetIdT = Aws::String>
81 bool m_networkAclAssociationIdHasBeenSet =
false;
84 bool m_networkAclIdHasBeenSet =
false;
87 bool m_subnetIdHasBeenSet =
false;
bool NetworkAclIdHasBeenSet() const
const Aws::String & GetNetworkAclId() const
NetworkAclAssociation & WithSubnetId(SubnetIdT &&value)
AWS_EC2_API NetworkAclAssociation & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
NetworkAclAssociation & WithNetworkAclAssociationId(NetworkAclAssociationIdT &&value)
void SetNetworkAclAssociationId(NetworkAclAssociationIdT &&value)
bool NetworkAclAssociationIdHasBeenSet() const
AWS_EC2_API NetworkAclAssociation(const Aws::Utils::Xml::XmlNode &xmlNode)
const Aws::String & GetNetworkAclAssociationId() const
NetworkAclAssociation & WithNetworkAclId(NetworkAclIdT &&value)
void SetNetworkAclId(NetworkAclIdT &&value)
void SetSubnetId(SubnetIdT &&value)
AWS_EC2_API NetworkAclAssociation()=default
const Aws::String & GetSubnetId() const
AWS_EC2_API void OutputToStream(Aws::OStream &oStream, const char *location) const
bool SubnetIdHasBeenSet() const
AWS_EC2_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream