Class CassandraKeyspaceListResult
- java.lang.Object
-
- com.azure.resourcemanager.cosmos.models.CassandraKeyspaceListResult
-
public final class CassandraKeyspaceListResult extends Object
The List operation response, that contains the Cassandra keyspaces and their properties.
-
-
Constructor Summary
Constructors Constructor Description CassandraKeyspaceListResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidvalidate()Validates the instance.List<CassandraKeyspaceGetResultsInner>value()Get the value property: List of Cassandra keyspaces and their properties.
-
-
-
Method Detail
-
value
public List<CassandraKeyspaceGetResultsInner> value()
Get the value property: List of Cassandra keyspaces and their properties.- Returns:
- the value value.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-