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; }
60 inline void SetNetworkAclId(
const char* value) { m_networkAclIdHasBeenSet =
true; m_networkAclId.assign(value); }
72 inline void SetRuleNumber(
int value) { m_ruleNumberHasBeenSet =
true; m_ruleNumber = value; }
82 inline void SetEgress(
bool value) { m_egressHasBeenSet =
true; m_egress = value; }
88 bool m_dryRunHasBeenSet =
false;
91 bool m_networkAclIdHasBeenSet =
false;
94 bool m_ruleNumberHasBeenSet =
false;
97 bool m_egressHasBeenSet =
false;
AWS_EC2_API DeleteNetworkAclEntryRequest()
void SetDryRun(bool value)
bool RuleNumberHasBeenSet() const
void SetRuleNumber(int value)
void SetNetworkAclId(const char *value)
bool EgressHasBeenSet() const
DeleteNetworkAclEntryRequest & WithNetworkAclId(Aws::String &&value)
bool NetworkAclIdHasBeenSet() const
AWS_EC2_API Aws::String SerializePayload() const override
DeleteNetworkAclEntryRequest & WithNetworkAclId(const Aws::String &value)
DeleteNetworkAclEntryRequest & WithEgress(bool value)
void SetNetworkAclId(const Aws::String &value)
bool DryRunHasBeenSet() const
virtual const char * GetServiceRequestName() const override
void SetNetworkAclId(Aws::String &&value)
const Aws::String & GetNetworkAclId() const
DeleteNetworkAclEntryRequest & WithDryRun(bool value)
void SetEgress(bool value)
DeleteNetworkAclEntryRequest & WithRuleNumber(int value)
DeleteNetworkAclEntryRequest & WithNetworkAclId(const char *value)
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