public class ProviderResourceType extends Object
Constructor and Description |
---|
ProviderResourceType() |
Modifier and Type | Method and Description |
---|---|
List<AliasType> |
aliases()
Get the aliases value.
|
List<String> |
apiVersions()
Get the apiVersions value.
|
List<String> |
locations()
Get the locations value.
|
Map<String,String> |
properties()
Get the properties value.
|
String |
resourceType()
Get the resourceType value.
|
ProviderResourceType |
withAliases(List<AliasType> aliases)
Set the aliases value.
|
ProviderResourceType |
withApiVersions(List<String> apiVersions)
Set the apiVersions value.
|
ProviderResourceType |
withLocations(List<String> locations)
Set the locations value.
|
ProviderResourceType |
withProperties(Map<String,String> properties)
Set the properties value.
|
ProviderResourceType |
withResourceType(String resourceType)
Set the resourceType value.
|
public String resourceType()
public ProviderResourceType withResourceType(String resourceType)
resourceType
- the resourceType value to setpublic ProviderResourceType withLocations(List<String> locations)
locations
- the locations value to setpublic ProviderResourceType withAliases(List<AliasType> aliases)
aliases
- the aliases value to setpublic List<String> apiVersions()
public ProviderResourceType withApiVersions(List<String> apiVersions)
apiVersions
- the apiVersions value to setpublic Map<String,String> properties()
public ProviderResourceType withProperties(Map<String,String> properties)
properties
- the properties value to setCopyright © 2019. All rights reserved.