CassandraKeyspaceGetProperties Class
- java.
lang. Object - com.
azure. resourcemanager. cosmos. fluent. models. CassandraKeyspaceGetProperties
- com.
Implements
public final class CassandraKeyspaceGetProperties
implements JsonSerializable<CassandraKeyspaceGetProperties>
The properties of an Azure Cosmos DB Cassandra keyspace.
Constructor Summary
| Constructor | Description |
|---|---|
| CassandraKeyspaceGetProperties() |
Creates an instance of Cassandra |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Cassandra |
fromJson(JsonReader jsonReader)
Reads an instance of Cassandra |
|
Cassandra |
options()
Get the options property: The options property. |
|
Cassandra |
resource()
Get the resource property: The resource property. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Cassandra |
withOptions(CassandraKeyspaceGetPropertiesOptions options)
Set the options property: The options property. |
|
Cassandra |
withResource(CassandraKeyspaceGetPropertiesResource resource)
Set the resource property: The resource property. |
Methods inherited from java.lang.Object
Constructor Details
CassandraKeyspaceGetProperties
public CassandraKeyspaceGetProperties()
Creates an instance of CassandraKeyspaceGetProperties class.
Method Details
fromJson
public static CassandraKeyspaceGetProperties fromJson(JsonReader jsonReader)
Reads an instance of CassandraKeyspaceGetProperties from the JsonReader.
Parameters:
Returns:
Throws:
options
public CassandraKeyspaceGetPropertiesOptions options()
Get the options property: The options property.
Returns:
resource
public CassandraKeyspaceGetPropertiesResource resource()
Get the resource property: The resource property.
Returns:
toJson
validate
public void validate()
Validates the instance.
withOptions
public CassandraKeyspaceGetProperties withOptions(CassandraKeyspaceGetPropertiesOptions options)
Set the options property: The options property.
Parameters:
Returns:
withResource
public CassandraKeyspaceGetProperties withResource(CassandraKeyspaceGetPropertiesResource resource)
Set the resource property: The resource property.
Parameters:
Returns: