public class DescribeDMSDatabaseRequest extends AbstractModel
skipSign
Constructor and Description |
---|
DescribeDMSDatabaseRequest() |
DescribeDMSDatabaseRequest(DescribeDMSDatabaseRequest 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 |
getName()
Get 数据库名称
|
String |
getPattern()
Get 匹配规则
|
String |
getSchemaName()
Get schema名称
|
void |
setName(String Name)
Set 数据库名称
|
void |
setPattern(String Pattern)
Set 匹配规则
|
void |
setSchemaName(String SchemaName)
Set schema名称
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeDMSDatabaseRequest()
public DescribeDMSDatabaseRequest(DescribeDMSDatabaseRequest source)
public String getName()
public void setName(String Name)
Name
- 数据库名称public String getSchemaName()
public void setSchemaName(String SchemaName)
SchemaName
- schema名称public String getPattern()
public void setPattern(String Pattern)
Pattern
- 匹配规则Copyright © 2023. All rights reserved.