Class SapCentralInstanceList
java.lang.Object
com.azure.resourcemanager.workloads.models.SapCentralInstanceList
Defines the collection of SAP Central Instances.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionnextLink()
Get the nextLink property: Gets the value of next link.void
validate()
Validates the instance.value()
Get the value property: Gets the list of SAP central instances.withNextLink
(String nextLink) Set the nextLink property: Gets the value of next link.Set the value property: Gets the list of SAP central instances.
-
Constructor Details
-
SapCentralInstanceList
public SapCentralInstanceList()
-
-
Method Details
-
value
Get the value property: Gets the list of SAP central instances.- Returns:
- the value value.
-
withValue
Set the value property: Gets the list of SAP central instances.- Parameters:
value
- the value value to set.- Returns:
- the SapCentralInstanceList object itself.
-
nextLink
Get the nextLink property: Gets the value of next link.- Returns:
- the nextLink value.
-
withNextLink
Set the nextLink property: Gets the value of next link.- Parameters:
nextLink
- the nextLink value to set.- Returns:
- the SapCentralInstanceList object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-