Share via


ListRegionsSuccessResponseInner Class

  • java.lang.Object
    • com.azure.resourcemanager.confluent.fluent.models.ListRegionsSuccessResponseInner

Implements

public final class ListRegionsSuccessResponseInner
implements JsonSerializable<ListRegionsSuccessResponseInner>

Result of POST request to list regions supported by confluent.

Constructor Summary

Constructor Description
ListRegionsSuccessResponseInner()

Creates an instance of ListRegionsSuccessResponseInner class.

Method Summary

Modifier and Type Method and Description
List<RegionRecord> data()

Get the data property: List of regions supported by confluent.

static ListRegionsSuccessResponseInner fromJson(JsonReader jsonReader)

Reads an instance of ListRegionsSuccessResponseInner from the JsonReader.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

ListRegionsSuccessResponseInner withData(List<RegionRecord> data)

Set the data property: List of regions supported by confluent.

Methods inherited from java.lang.Object

Constructor Details

ListRegionsSuccessResponseInner

public ListRegionsSuccessResponseInner()

Creates an instance of ListRegionsSuccessResponseInner class.

Method Details

data

public List<RegionRecord> data()

Get the data property: List of regions supported by confluent.

Returns:

the data value.

fromJson

public static ListRegionsSuccessResponseInner fromJson(JsonReader jsonReader)

Reads an instance of ListRegionsSuccessResponseInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

withData

public ListRegionsSuccessResponseInner withData(List<RegionRecord> data)

Set the data property: List of regions supported by confluent.

Parameters:

data - the data value to set.

Returns:

the ListRegionsSuccessResponseInner object itself.

Applies to