53 inline void SetDryRun(
bool value) { m_dryRunHasBeenSet =
true; m_dryRun = value; }
81 inline void SetNetworkAclId(
const char* value) { m_networkAclIdHasBeenSet =
true; m_networkAclId.assign(value); }
106 inline void SetRuleNumber(
long value) { m_ruleNumberHasBeenSet =
true; m_ruleNumber = value; }
135 inline void SetProtocol(
const char* value) { m_protocolHasBeenSet =
true; m_protocol.assign(value); }
190 inline void SetEgress(
bool value) { m_egressHasBeenSet =
true; m_egress = value; }
216 inline void SetCidrBlock(
const char* value) { m_cidrBlockHasBeenSet =
true; m_cidrBlock.assign(value); }
295 bool m_dryRunHasBeenSet;
297 bool m_networkAclIdHasBeenSet;
299 bool m_ruleNumberHasBeenSet;
301 bool m_protocolHasBeenSet;
303 bool m_ruleActionHasBeenSet;
305 bool m_egressHasBeenSet;
307 bool m_cidrBlockHasBeenSet;
309 bool m_icmpTypeCodeHasBeenSet;
311 bool m_portRangeHasBeenSet;
ReplaceNetworkAclEntryRequest & WithIcmpTypeCode(const IcmpTypeCode &value)
ReplaceNetworkAclEntryRequest & WithProtocol(const Aws::String &value)
ReplaceNetworkAclEntryRequest & WithDryRun(bool value)
ReplaceNetworkAclEntryRequest & WithCidrBlock(const char *value)
ReplaceNetworkAclEntryRequest & WithNetworkAclId(Aws::String &&value)
const Aws::String & GetProtocol() const
void SetIcmpTypeCode(const IcmpTypeCode &value)
ReplaceNetworkAclEntryRequest & WithEgress(bool value)
ReplaceNetworkAclEntryRequest & WithRuleAction(const RuleAction &value)
void SetRuleAction(RuleAction &&value)
long GetRuleNumber() const
void SetPortRange(const PortRange &value)
void SetPortRange(PortRange &&value)
void SetCidrBlock(Aws::String &&value)
ReplaceNetworkAclEntryRequest & WithNetworkAclId(const Aws::String &value)
const PortRange & GetPortRange() const
void SetDryRun(bool value)
ReplaceNetworkAclEntryRequest & WithProtocol(const char *value)
void SetRuleAction(const RuleAction &value)
void SetNetworkAclId(const Aws::String &value)
ReplaceNetworkAclEntryRequest & WithIcmpTypeCode(IcmpTypeCode &&value)
void SetCidrBlock(const char *value)
void SetProtocol(Aws::String &&value)
void SetCidrBlock(const Aws::String &value)
ReplaceNetworkAclEntryRequest & WithCidrBlock(const Aws::String &value)
void SetRuleNumber(long value)
ReplaceNetworkAclEntryRequest & WithProtocol(Aws::String &&value)
void SetProtocol(const Aws::String &value)
const IcmpTypeCode & GetIcmpTypeCode() const
const RuleAction & GetRuleAction() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
void SetNetworkAclId(const char *value)
ReplaceNetworkAclEntryRequest & WithPortRange(PortRange &&value)
ReplaceNetworkAclEntryRequest & WithRuleNumber(long value)
const Aws::String & GetCidrBlock() const
void SetEgress(bool value)
ReplaceNetworkAclEntryRequest & WithRuleAction(RuleAction &&value)
ReplaceNetworkAclEntryRequest & WithCidrBlock(Aws::String &&value)
const Aws::String & GetNetworkAclId() const
ReplaceNetworkAclEntryRequest & WithNetworkAclId(const char *value)
void SetNetworkAclId(Aws::String &&value)
void SetProtocol(const char *value)
void SetIcmpTypeCode(IcmpTypeCode &&value)
ReplaceNetworkAclEntryRequest & WithPortRange(const PortRange &value)
JSON (JavaScript Object Notation).