Class CustomizedAcceleratorResourceCollection
java.lang.Object
com.azure.resourcemanager.appplatform.models.CustomizedAcceleratorResourceCollection
The CustomizedAcceleratorResourceCollection model.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of CustomizedAcceleratorResourceCollection class. -
Method Summary
Modifier and TypeMethodDescriptionnextLink()Get the nextLink property: The nextLink property.voidvalidate()Validates the instance.value()Get the value property: The value property.withNextLink(String nextLink) Set the nextLink property: The nextLink property.Set the value property: The value property.
-
Constructor Details
-
CustomizedAcceleratorResourceCollection
public CustomizedAcceleratorResourceCollection()Creates an instance of CustomizedAcceleratorResourceCollection class.
-
-
Method Details
-
value
Get the value property: The value property.- Returns:
- the value value.
-
withValue
public CustomizedAcceleratorResourceCollection withValue(List<CustomizedAcceleratorResourceInner> value) Set the value property: The value property.- Parameters:
value- the value value to set.- Returns:
- the CustomizedAcceleratorResourceCollection object itself.
-
nextLink
Get the nextLink property: The nextLink property.- Returns:
- the nextLink value.
-
withNextLink
Set the nextLink property: The nextLink property.- Parameters:
nextLink- the nextLink value to set.- Returns:
- the CustomizedAcceleratorResourceCollection object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-