7#include <aws/ec2/EC2_EXPORTS.h>
8#include <aws/ec2/EC2Request.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
48 inline void SetDryRun(
bool value) { m_dryRunHasBeenSet =
true; m_dryRun = value; }
58 template<
typename NetworkAclIdT = Aws::String>
59 void SetNetworkAclId(NetworkAclIdT&& value) { m_networkAclIdHasBeenSet =
true; m_networkAclId = std::forward<NetworkAclIdT>(value); }
60 template<
typename NetworkAclIdT = Aws::String>
70 inline void SetRuleNumber(
int value) { m_ruleNumberHasBeenSet =
true; m_ruleNumber = value; }
80 inline void SetEgress(
bool value) { m_egressHasBeenSet =
true; m_egress = value; }
86 bool m_dryRunHasBeenSet =
false;
89 bool m_networkAclIdHasBeenSet =
false;
92 bool m_ruleNumberHasBeenSet =
false;
95 bool m_egressHasBeenSet =
false;
void SetDryRun(bool value)
bool RuleNumberHasBeenSet() const
void SetRuleNumber(int value)
DeleteNetworkAclEntryRequest & WithNetworkAclId(NetworkAclIdT &&value)
bool EgressHasBeenSet() const
bool NetworkAclIdHasBeenSet() const
AWS_EC2_API Aws::String SerializePayload() const override
void SetNetworkAclId(NetworkAclIdT &&value)
DeleteNetworkAclEntryRequest & WithEgress(bool value)
bool DryRunHasBeenSet() const
virtual const char * GetServiceRequestName() const override
const Aws::String & GetNetworkAclId() const
DeleteNetworkAclEntryRequest & WithDryRun(bool value)
void SetEgress(bool value)
DeleteNetworkAclEntryRequest & WithRuleNumber(int value)
AWS_EC2_API DeleteNetworkAclEntryRequest()=default
AWS_EC2_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
int GetRuleNumber() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String