public class DescribeClusterOptions extends Object
Constructor and Description |
---|
DescribeClusterOptions()
Constructor
|
DescribeClusterOptions(JsonObject json)
Constructor (from JSON representation)
|
Modifier and Type | Method and Description |
---|---|
boolean |
includeAuthorizedOperations()
Specify if authorized operations should be included in the response.
|
DescribeClusterOptions |
includeAuthorizedOperations(boolean includeAuthorizedOperations) |
JsonObject |
toJson()
Convert object to JSON representation
|
String |
toString() |
public DescribeClusterOptions()
public DescribeClusterOptions(JsonObject json)
json
- JSON representationpublic DescribeClusterOptions includeAuthorizedOperations(boolean includeAuthorizedOperations)
public boolean includeAuthorizedOperations()
public JsonObject toJson()
Copyright © 2023 Eclipse. All rights reserved.