Class IntegrationRuntimeListResponse
- java.lang.Object
-
- com.azure.resourcemanager.datafactory.models.IntegrationRuntimeListResponse
-
public final class IntegrationRuntimeListResponse extends Object
A list of integration runtime resources.
-
-
Constructor Summary
Constructors Constructor Description IntegrationRuntimeListResponse()
-
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 results, if any remaining results exist.void
validate()
Validates the instance.List<IntegrationRuntimeResourceInner>
value()
Get the value property: List of integration runtimes.IntegrationRuntimeListResponse
withNextLink(String nextLink)
Set the nextLink property: The link to the next page of results, if any remaining results exist.IntegrationRuntimeListResponse
withValue(List<IntegrationRuntimeResourceInner> value)
Set the value property: List of integration runtimes.
-
-
-
Method Detail
-
value
public List<IntegrationRuntimeResourceInner> value()
Get the value property: List of integration runtimes.- Returns:
- the value value.
-
withValue
public IntegrationRuntimeListResponse withValue(List<IntegrationRuntimeResourceInner> value)
Set the value property: List of integration runtimes.- Parameters:
value
- the value value to set.- Returns:
- the IntegrationRuntimeListResponse object itself.
-
nextLink
public String nextLink()
Get the nextLink property: The link to the next page of results, if any remaining results exist.- Returns:
- the nextLink value.
-
withNextLink
public IntegrationRuntimeListResponse withNextLink(String nextLink)
Set the nextLink property: The link to the next page of results, if any remaining results exist.- Parameters:
nextLink
- the nextLink value to set.- Returns:
- the IntegrationRuntimeListResponse object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-
-