DedicatedCloudNodeListResponse Class

  • java.lang.Object
    • com.azure.resourcemanager.vmwarecloudsimple.models.DedicatedCloudNodeListResponse

Implements

public final class DedicatedCloudNodeListResponse
implements JsonSerializable<DedicatedCloudNodeListResponse>

List of dedicated nodes response model.

Constructor Summary

Constructor Description
DedicatedCloudNodeListResponse()

Creates an instance of DedicatedCloudNodeListResponse class.

Method Summary

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

Reads an instance of DedicatedCloudNodeListResponse from the JsonReader.

String nextLink()

Get the nextLink property: Link for next list of DedicatedCloudNode.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

List<DedicatedCloudNodeInner> value()

Get the value property: Results of the DedicatedCloudNode list.

DedicatedCloudNodeListResponse withNextLink(String nextLink)

Set the nextLink property: Link for next list of DedicatedCloudNode.

DedicatedCloudNodeListResponse withValue(List<DedicatedCloudNodeInner> value)

Set the value property: Results of the DedicatedCloudNode list.

Methods inherited from java.lang.Object

Constructor Details

DedicatedCloudNodeListResponse

public DedicatedCloudNodeListResponse()

Creates an instance of DedicatedCloudNodeListResponse class.

Method Details

fromJson

public static DedicatedCloudNodeListResponse fromJson(JsonReader jsonReader)

Reads an instance of DedicatedCloudNodeListResponse from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of DedicatedCloudNodeListResponse 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 DedicatedCloudNodeListResponse.

nextLink

public String nextLink()

Get the nextLink property: Link for next list of DedicatedCloudNode.

Returns:

the nextLink value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

value

public List value()

Get the value property: Results of the DedicatedCloudNode list.

Returns:

the value value.

withNextLink

public DedicatedCloudNodeListResponse withNextLink(String nextLink)

Set the nextLink property: Link for next list of DedicatedCloudNode.

Parameters:

nextLink - the nextLink value to set.

Returns:

the DedicatedCloudNodeListResponse object itself.

withValue

public DedicatedCloudNodeListResponse withValue(List value)

Set the value property: Results of the DedicatedCloudNode list.

Parameters:

value - the value value to set.

Returns:

the DedicatedCloudNodeListResponse object itself.

Applies to

Azure SDK for Java

Preview