ListRegionsSuccessResponseInner Class
- java.
lang. Object - com.
azure. resourcemanager. confluent. fluent. models. ListRegionsSuccessResponseInner
- com.
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 List |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
List<Region |
data()
Get the data property: List of regions supported by confluent. |
|
static
List |
fromJson(JsonReader jsonReader)
Reads an instance of List |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
List |
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:
fromJson
public static ListRegionsSuccessResponseInner fromJson(JsonReader jsonReader)
Reads an instance of ListRegionsSuccessResponseInner from the JsonReader.
Parameters:
Returns:
Throws:
toJson
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:
Returns: