Class CloudListResult
- java.lang.Object
-
- com.azure.resourcemanager.scvmm.models.CloudListResult
-
public final class CloudListResult extends Object
List of Clouds.
-
-
Constructor Summary
Constructors Constructor Description CloudListResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
nextLink()
Get the nextLink property: Url to follow for getting next page of resources.void
validate()
Validates the instance.List<CloudInner>
value()
Get the value property: List of Clouds.CloudListResult
withNextLink(String nextLink)
Set the nextLink property: Url to follow for getting next page of resources.CloudListResult
withValue(List<CloudInner> value)
Set the value property: List of Clouds.
-
-
-
Method Detail
-
value
public List<CloudInner> value()
Get the value property: List of Clouds.- Returns:
- the value value.
-
withValue
public CloudListResult withValue(List<CloudInner> value)
Set the value property: List of Clouds.- Parameters:
value
- the value value to set.- Returns:
- the CloudListResult object itself.
-
nextLink
public String nextLink()
Get the nextLink property: Url to follow for getting next page of resources.- Returns:
- the nextLink value.
-
withNextLink
public CloudListResult withNextLink(String nextLink)
Set the nextLink property: Url to follow for getting next page of resources.- Parameters:
nextLink
- the nextLink value to set.- Returns:
- the CloudListResult object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-
-