public class StartStopServiceOrMonitorRequest extends AbstractModel
Constructor and Description |
---|
StartStopServiceOrMonitorRequest() |
StartStopServiceOrMonitorRequest(StartStopServiceOrMonitorRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getInstanceId()
Get The cluster ID.
|
OpScope |
getOpScope()
Get The operation scope.
|
String |
getOpType()
Get The operation type.
|
void |
setInstanceId(String InstanceId)
Set The cluster ID.
|
void |
setOpScope(OpScope OpScope)
Set The operation scope.
|
void |
setOpType(String OpType)
Set The operation type.
|
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, toJsonString
public StartStopServiceOrMonitorRequest()
public StartStopServiceOrMonitorRequest(StartStopServiceOrMonitorRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- The cluster ID.public String getOpType()
public void setOpType(String OpType)
OpType
- The operation type. Valid values:
public OpScope getOpScope()
public void setOpScope(OpScope OpScope)
OpScope
- The operation scope.Copyright © 2023. All rights reserved.