public class AvailableProvidersListParameters extends Object
| Constructor and Description |
|---|
AvailableProvidersListParameters() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
azureLocations()
Get the azureLocations value.
|
String |
city()
Get the city value.
|
String |
country()
Get the country value.
|
String |
state()
Get the state value.
|
AvailableProvidersListParameters |
withAzureLocations(List<String> azureLocations)
Set the azureLocations value.
|
AvailableProvidersListParameters |
withCity(String city)
Set the city value.
|
AvailableProvidersListParameters |
withCountry(String country)
Set the country value.
|
AvailableProvidersListParameters |
withState(String state)
Set the state value.
|
public List<String> azureLocations()
public AvailableProvidersListParameters withAzureLocations(List<String> azureLocations)
azureLocations - the azureLocations value to setpublic String country()
public AvailableProvidersListParameters withCountry(String country)
country - the country value to setpublic String state()
public AvailableProvidersListParameters withState(String state)
state - the state value to setpublic String city()
public AvailableProvidersListParameters withCity(String city)
city - the city value to setCopyright © 2019. All rights reserved.