Class EnvironmentContainerResourceArmPaginatedResult
- java.lang.Object
-
- com.azure.resourcemanager.machinelearning.models.EnvironmentContainerResourceArmPaginatedResult
-
public final class EnvironmentContainerResourceArmPaginatedResult extends Object
A paginated list of EnvironmentContainer entities.
-
-
Constructor Summary
Constructors Constructor Description EnvironmentContainerResourceArmPaginatedResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
nextLink()
Get the nextLink property: The link to the next page of EnvironmentContainer objects.void
validate()
Validates the instance.List<EnvironmentContainerDataInner>
value()
Get the value property: An array of objects of type EnvironmentContainer.EnvironmentContainerResourceArmPaginatedResult
withNextLink(String nextLink)
Set the nextLink property: The link to the next page of EnvironmentContainer objects.EnvironmentContainerResourceArmPaginatedResult
withValue(List<EnvironmentContainerDataInner> value)
Set the value property: An array of objects of type EnvironmentContainer.
-
-
-
Method Detail
-
nextLink
public String nextLink()
Get the nextLink property: The link to the next page of EnvironmentContainer objects. If null, there are no additional pages.- Returns:
- the nextLink value.
-
withNextLink
public EnvironmentContainerResourceArmPaginatedResult withNextLink(String nextLink)
Set the nextLink property: The link to the next page of EnvironmentContainer objects. If null, there are no additional pages.- Parameters:
nextLink
- the nextLink value to set.- Returns:
- the EnvironmentContainerResourceArmPaginatedResult object itself.
-
value
public List<EnvironmentContainerDataInner> value()
Get the value property: An array of objects of type EnvironmentContainer.- Returns:
- the value value.
-
withValue
public EnvironmentContainerResourceArmPaginatedResult withValue(List<EnvironmentContainerDataInner> value)
Set the value property: An array of objects of type EnvironmentContainer.- Parameters:
value
- the value value to set.- Returns:
- the EnvironmentContainerResourceArmPaginatedResult object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-
-