Class CloudServiceRoleListResult
- java.lang.Object
-
- com.azure.resourcemanager.compute.models.CloudServiceRoleListResult
-
public final class CloudServiceRoleListResult extends Object
The CloudServiceRoleListResult model.
-
-
Constructor Summary
Constructors Constructor Description CloudServiceRoleListResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringnextLink()Get the nextLink property: The nextLink property.voidvalidate()Validates the instance.List<CloudServiceRoleInner>value()Get the value property: The value property.CloudServiceRoleListResultwithNextLink(String nextLink)Set the nextLink property: The nextLink property.CloudServiceRoleListResultwithValue(List<CloudServiceRoleInner> value)Set the value property: The value property.
-
-
-
Method Detail
-
value
public List<CloudServiceRoleInner> value()
Get the value property: The value property.- Returns:
- the value value.
-
withValue
public CloudServiceRoleListResult withValue(List<CloudServiceRoleInner> value)
Set the value property: The value property.- Parameters:
value- the value value to set.- Returns:
- the CloudServiceRoleListResult object itself.
-
nextLink
public String nextLink()
Get the nextLink property: The nextLink property.- Returns:
- the nextLink value.
-
withNextLink
public CloudServiceRoleListResult withNextLink(String nextLink)
Set the nextLink property: The nextLink property.- Parameters:
nextLink- the nextLink value to set.- Returns:
- the CloudServiceRoleListResult object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-