BigDataPoolResourceInfoListResult Class

  • java.lang.Object
    • com.azure.resourcemanager.synapse.models.BigDataPoolResourceInfoListResult

Implements

public final class BigDataPoolResourceInfoListResult
implements JsonSerializable<BigDataPoolResourceInfoListResult>

Collection of Big Data pools Collection of Big Data pool information.

Constructor Summary

Constructor Description
BigDataPoolResourceInfoListResult()

Creates an instance of BigDataPoolResourceInfoListResult class.

Method Summary

Modifier and Type Method and Description
static BigDataPoolResourceInfoListResult fromJson(JsonReader jsonReader)

Reads an instance of BigDataPoolResourceInfoListResult from the JsonReader.

String nextLink()

Get the nextLink property: Link to the next page of results.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

List<BigDataPoolResourceInfoInner> value()

Get the value property: List of Big Data pools.

BigDataPoolResourceInfoListResult withNextLink(String nextLink)

Set the nextLink property: Link to the next page of results.

BigDataPoolResourceInfoListResult withValue(List<BigDataPoolResourceInfoInner> value)

Set the value property: List of Big Data pools.

Methods inherited from java.lang.Object

Constructor Details

BigDataPoolResourceInfoListResult

public BigDataPoolResourceInfoListResult()

Creates an instance of BigDataPoolResourceInfoListResult class.

Method Details

fromJson

public static BigDataPoolResourceInfoListResult fromJson(JsonReader jsonReader)

Reads an instance of BigDataPoolResourceInfoListResult from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of BigDataPoolResourceInfoListResult if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the BigDataPoolResourceInfoListResult.

nextLink

public String nextLink()

Get the nextLink property: Link to the next page of results.

Returns:

the nextLink value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

value

public List<BigDataPoolResourceInfoInner> value()

Get the value property: List of Big Data pools.

Returns:

the value value.

withNextLink

public BigDataPoolResourceInfoListResult withNextLink(String nextLink)

Set the nextLink property: Link to the next page of results.

Parameters:

nextLink - the nextLink value to set.

Returns:

the BigDataPoolResourceInfoListResult object itself.

withValue

public BigDataPoolResourceInfoListResult withValue(List<BigDataPoolResourceInfoInner> value)

Set the value property: List of Big Data pools.

Parameters:

value - the value value to set.

Returns:

the BigDataPoolResourceInfoListResult object itself.

Applies to