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); }
110 inline void SetRuleNumber(
int value) { m_ruleNumberHasBeenSet =
true; m_ruleNumber = value; }
137 inline void SetProtocol(
const char* value) { m_protocolHasBeenSet =
true; m_protocol.assign(value); }
189 inline void SetEgress(
bool value) { m_egressHasBeenSet =
true; m_egress = value; }
219 inline void SetCidrBlock(
const char* value) { m_cidrBlockHasBeenSet =
true; m_cidrBlock.assign(value); }
296 bool m_dryRunHasBeenSet;
298 bool m_networkAclIdHasBeenSet;
300 bool m_ruleNumberHasBeenSet;
302 bool m_protocolHasBeenSet;
304 bool m_ruleActionHasBeenSet;
306 bool m_egressHasBeenSet;
308 bool m_cidrBlockHasBeenSet;
310 bool m_icmpTypeCodeHasBeenSet;
312 bool m_portRangeHasBeenSet;
void SetProtocol(Aws::String &&value)
const IcmpTypeCode & GetIcmpTypeCode() const
void SetEgress(bool value)
CreateNetworkAclEntryRequest & WithProtocol(const char *value)
const Aws::String & GetCidrBlock() const
void SetRuleNumber(int value)
CreateNetworkAclEntryRequest & WithPortRange(PortRange &&value)
CreateNetworkAclEntryRequest & WithPortRange(const PortRange &value)
CreateNetworkAclEntryRequest & WithCidrBlock(const char *value)
CreateNetworkAclEntryRequest & WithProtocol(Aws::String &&value)
const RuleAction & GetRuleAction() const
void SetNetworkAclId(Aws::String &&value)
const PortRange & GetPortRange() const
CreateNetworkAclEntryRequest & WithDryRun(bool value)
const Aws::String & GetNetworkAclId() const
void SetPortRange(PortRange &&value)
void SetRuleAction(const RuleAction &value)
const Aws::String & GetProtocol() const
CreateNetworkAclEntryRequest & WithNetworkAclId(const char *value)
void SetPortRange(const PortRange &value)
void SetNetworkAclId(const char *value)
CreateNetworkAclEntryRequest & WithCidrBlock(const Aws::String &value)
CreateNetworkAclEntryRequest & WithIcmpTypeCode(IcmpTypeCode &&value)
CreateNetworkAclEntryRequest & WithRuleNumber(int value)
void SetProtocol(const char *value)
void SetDryRun(bool value)
void SetNetworkAclId(const Aws::String &value)
CreateNetworkAclEntryRequest & WithEgress(bool value)
void SetIcmpTypeCode(IcmpTypeCode &&value)
void SetProtocol(const Aws::String &value)
CreateNetworkAclEntryRequest & WithNetworkAclId(const Aws::String &value)
void SetRuleAction(RuleAction &&value)
void SetIcmpTypeCode(const IcmpTypeCode &value)
CreateNetworkAclEntryRequest & WithRuleAction(RuleAction &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
CreateNetworkAclEntryRequest & WithRuleAction(const RuleAction &value)
CreateNetworkAclEntryRequest & WithCidrBlock(Aws::String &&value)
CreateNetworkAclEntryRequest & WithNetworkAclId(Aws::String &&value)
CreateNetworkAclEntryRequest & WithIcmpTypeCode(const IcmpTypeCode &value)
void SetCidrBlock(const Aws::String &value)
void SetCidrBlock(Aws::String &&value)
CreateNetworkAclEntryRequest & WithProtocol(const Aws::String &value)
int GetRuleNumber() const
void SetCidrBlock(const char *value)
JSON (JavaScript Object Notation).