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