public class UpdateFirewallRuleParameters extends Object
| Constructor and Description |
|---|
UpdateFirewallRuleParameters() |
| Modifier and Type | Method and Description |
|---|---|
String |
endIpAddress()
Get the endIpAddress value.
|
String |
startIpAddress()
Get the startIpAddress value.
|
UpdateFirewallRuleParameters |
withEndIpAddress(String endIpAddress)
Set the endIpAddress value.
|
UpdateFirewallRuleParameters |
withStartIpAddress(String startIpAddress)
Set the startIpAddress value.
|
public String startIpAddress()
public UpdateFirewallRuleParameters withStartIpAddress(String startIpAddress)
startIpAddress - the startIpAddress value to setpublic String endIpAddress()
public UpdateFirewallRuleParameters withEndIpAddress(String endIpAddress)
endIpAddress - the endIpAddress value to setCopyright © 2019. All rights reserved.