public class UpdateRecorderRequest extends AbstractModel
| Constructor and Description | 
|---|
| UpdateRecorderRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| Boolean | getAllSupported()Get Whether to select all currently supported resource types | 
| Boolean | getEnable()Get Whether to enable the recorder. | 
| String | getName()Get Recorder name after modification | 
| void | setAllSupported(Boolean AllSupported)Set Whether to select all currently supported resource types | 
| void | setEnable(Boolean Enable)Set Whether to enable the recorder. | 
| void | setName(String Name)Set Recorder name after modification | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic Boolean getAllSupported()
public void setAllSupported(Boolean AllSupported)
AllSupported - Whether to select all currently supported resource typespublic Boolean getEnable()
public void setEnable(Boolean Enable)
Enable - Whether to enable the recorder. Valid values: true (enable), false (disable).public String getName()
public void setName(String Name)
Name - Recorder name after modificationCopyright © 2021. All rights reserved.