AccessListClusterSuccessResponseInner Class
- java.
lang. Object - com.
azure. resourcemanager. confluent. fluent. models. AccessListClusterSuccessResponseInner
- com.
Implements
public final class AccessListClusterSuccessResponseInner
implements JsonSerializable<AccessListClusterSuccessResponseInner>
Details of the clusters returned on successful response.
Constructor Summary
| Constructor | Description |
|---|---|
| AccessListClusterSuccessResponseInner() |
Creates an instance of Access |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
List<Cluster |
data()
Get the data property: List of clusters. |
|
static
Access |
fromJson(JsonReader jsonReader)
Reads an instance of Access |
| String |
kind()
Get the kind property: Type of response. |
|
Confluent |
metadata()
Get the metadata property: Metadata of the list. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Access |
withData(List<ClusterRecord> data)
Set the data property: List of clusters. |
|
Access |
withKind(String kind)
Set the kind property: Type of response. |
|
Access |
withMetadata(ConfluentListMetadata metadata)
Set the metadata property: Metadata of the list. |
Methods inherited from java.lang.Object
Constructor Details
AccessListClusterSuccessResponseInner
public AccessListClusterSuccessResponseInner()
Creates an instance of AccessListClusterSuccessResponseInner class.
Method Details
data
public List<ClusterRecord> data()
Get the data property: List of clusters.
Returns:
fromJson
public static AccessListClusterSuccessResponseInner fromJson(JsonReader jsonReader)
Reads an instance of AccessListClusterSuccessResponseInner from the JsonReader.
Parameters:
Returns:
Throws:
kind
public String kind()
Get the kind property: Type of response.
Returns:
metadata
public ConfluentListMetadata metadata()
Get the metadata property: Metadata of the list.
Returns:
toJson
validate
public void validate()
Validates the instance.
withData
public AccessListClusterSuccessResponseInner withData(List<ClusterRecord> data)
Set the data property: List of clusters.
Parameters:
Returns:
withKind
public AccessListClusterSuccessResponseInner withKind(String kind)
Set the kind property: Type of response.
Parameters:
Returns:
withMetadata
public AccessListClusterSuccessResponseInner withMetadata(ConfluentListMetadata metadata)
Set the metadata property: Metadata of the list.
Parameters:
Returns: