public final class BasicDependency extends Object
| Constructor and Description |
|---|
BasicDependency() |
| Modifier and Type | Method and Description |
|---|---|
String |
id()
Get the id property: The ID of the dependency.
|
String |
resourceName()
Get the resourceName property: The dependency resource name.
|
String |
resourceType()
Get the resourceType property: The dependency resource type.
|
void |
validate()
Validates the instance.
|
BasicDependency |
withId(String id)
Set the id property: The ID of the dependency.
|
BasicDependency |
withResourceName(String resourceName)
Set the resourceName property: The dependency resource name.
|
BasicDependency |
withResourceType(String resourceType)
Set the resourceType property: The dependency resource type.
|
public String id()
public BasicDependency withId(String id)
id - the id value to set.public String resourceType()
public BasicDependency withResourceType(String resourceType)
resourceType - the resourceType value to set.public String resourceName()
public BasicDependency withResourceName(String resourceName)
resourceName - the resourceName value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.