Class ReplicationListResult
java.lang.Object
com.azure.resourcemanager.containerregistry.models.ReplicationListResult
The result of a request to list replications for a container registry.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionnextLink()Get the nextLink property: The URI that can be used to request the next list of replications.voidvalidate()Validates the instance.value()Get the value property: The list of replications.withNextLink(String nextLink) Set the nextLink property: The URI that can be used to request the next list of replications.withValue(List<ReplicationInner> value) Set the value property: The list of replications.
-
Constructor Details
-
ReplicationListResult
public ReplicationListResult()Creates an instance of ReplicationListResult class.
-
-
Method Details
-
value
Get the value property: The list of replications. Since this list may be incomplete, the nextLink field should be used to request the next list of replications.- Returns:
- the value value.
-
withValue
Set the value property: The list of replications. Since this list may be incomplete, the nextLink field should be used to request the next list of replications.- Parameters:
value- the value value to set.- Returns:
- the ReplicationListResult object itself.
-
nextLink
Get the nextLink property: The URI that can be used to request the next list of replications.- Returns:
- the nextLink value.
-
withNextLink
Set the nextLink property: The URI that can be used to request the next list of replications.- Parameters:
nextLink- the nextLink value to set.- Returns:
- the ReplicationListResult object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-