Class SqlPoolInfoListResult
- java.lang.Object
-
- com.azure.resourcemanager.synapse.models.SqlPoolInfoListResult
-
public final class SqlPoolInfoListResult extends Object
SQL pool collection List of SQL pools.
-
-
Constructor Summary
Constructors Constructor Description SqlPoolInfoListResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
nextLink()
Get the nextLink property: Link to the next page of results.void
validate()
Validates the instance.List<SqlPoolInner>
value()
Get the value property: List of SQL pools.SqlPoolInfoListResult
withNextLink(String nextLink)
Set the nextLink property: Link to the next page of results.SqlPoolInfoListResult
withValue(List<SqlPoolInner> value)
Set the value property: List of SQL pools.
-
-
-
Method Detail
-
nextLink
public String nextLink()
Get the nextLink property: Link to the next page of results.- Returns:
- the nextLink value.
-
withNextLink
public SqlPoolInfoListResult withNextLink(String nextLink)
Set the nextLink property: Link to the next page of results.- Parameters:
nextLink
- the nextLink value to set.- Returns:
- the SqlPoolInfoListResult object itself.
-
value
public List<SqlPoolInner> value()
Get the value property: List of SQL pools.- Returns:
- the value value.
-
withValue
public SqlPoolInfoListResult withValue(List<SqlPoolInner> value)
Set the value property: List of SQL pools.- Parameters:
value
- the value value to set.- Returns:
- the SqlPoolInfoListResult object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-
-