public class DescribeDBLogFilesRequest extends AbstractModel
Constructor and Description |
---|
DescribeDBLogFilesRequest() |
DescribeDBLogFilesRequest(DescribeDBLogFilesRequest 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 Instance ID in the format of dcdbt-ow7t8lmc.
|
String |
getShardId()
Get Shard ID in the format of shard-7noic7tv
|
Long |
getType()
Get Requested log type.
|
void |
setInstanceId(String InstanceId)
Set Instance ID in the format of dcdbt-ow7t8lmc.
|
void |
setShardId(String ShardId)
Set Shard ID in the format of shard-7noic7tv
|
void |
setType(Long Type)
Set Requested log 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 DescribeDBLogFilesRequest()
public DescribeDBLogFilesRequest(DescribeDBLogFilesRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- Instance ID in the format of dcdbt-ow7t8lmc.public String getShardId()
public void setShardId(String ShardId)
ShardId
- Shard ID in the format of shard-7noic7tvpublic Long getType()
public void setType(Long Type)
Type
- Requested log type. Valid values: 1 (binlog); 2 (cold backup); 3 (errlog); 4 (slowlog).Copyright © 2023. All rights reserved.