PrivateCloudList Class

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

Implements

public final class PrivateCloudList
implements JsonSerializable<PrivateCloudList>

List of private clouds.

Constructor Summary

Constructor Description
PrivateCloudList()

Creates an instance of PrivateCloudList class.

Method Summary

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

Reads an instance of PrivateCloudList from the JsonReader.

String nextLink()

Get the nextLink property: Link for next list of Private Clouds.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

List<PrivateCloudInner> value()

Get the value property: the list of private clouds.

PrivateCloudList withNextLink(String nextLink)

Set the nextLink property: Link for next list of Private Clouds.

PrivateCloudList withValue(List<PrivateCloudInner> value)

Set the value property: the list of private clouds.

Methods inherited from java.lang.Object

Constructor Details

PrivateCloudList

public PrivateCloudList()

Creates an instance of PrivateCloudList class.

Method Details

fromJson

public static PrivateCloudList fromJson(JsonReader jsonReader)

Reads an instance of PrivateCloudList from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

nextLink

public String nextLink()

Get the nextLink property: Link for next list of Private Clouds.

Returns:

the nextLink value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

value

public List<PrivateCloudInner> value()

Get the value property: the list of private clouds.

Returns:

the value value.

withNextLink

public PrivateCloudList withNextLink(String nextLink)

Set the nextLink property: Link for next list of Private Clouds.

Parameters:

nextLink - the nextLink value to set.

Returns:

the PrivateCloudList object itself.

withValue

public PrivateCloudList withValue(List<PrivateCloudInner> value)

Set the value property: the list of private clouds.

Parameters:

value - the value value to set.

Returns:

the PrivateCloudList object itself.

Applies to