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