public class DescribeDBDiagEventRequest extends AbstractModel
Constructor and Description |
---|
DescribeDBDiagEventRequest() |
Modifier and Type | Method and Description |
---|---|
Long |
getEventId()
Get Event ID, which can be obtained through the `DescribeDBDiagHistory` API.
|
String |
getInstanceId()
Get Instance ID.
|
void |
setEventId(Long EventId)
Set Event ID, which can be obtained through the `DescribeDBDiagHistory` API.
|
void |
setInstanceId(String InstanceId)
Set Instance ID.
|
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 String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- Instance ID.public Long getEventId()
public void setEventId(Long EventId)
EventId
- Event ID, which can be obtained through the `DescribeDBDiagHistory` API.Copyright © 2020. All rights reserved.