public class DescribeDMSDatabaseResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeDMSDatabaseResponse() |
DescribeDMSDatabaseResponse(DescribeDMSDatabaseResponse 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 |
---|---|
Asset |
getAsset()
Get Data object
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getLocation()
Get Storage address
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getName()
Get Database name
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getRequestId()
Get The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
String |
getSchemaName()
Get Schema name
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setAsset(Asset Asset)
Set Data object
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setLocation(String Location)
Set Storage address
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setName(String Name)
Set Database name
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setRequestId(String RequestId)
Set The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
void |
setSchemaName(String SchemaName)
Set Schema name
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeDMSDatabaseResponse()
public DescribeDMSDatabaseResponse(DescribeDMSDatabaseResponse source)
public String getName()
public void setName(String Name)
Name
- Database name
Note: This field may return null, indicating that no valid values can be obtained.public String getSchemaName()
public void setSchemaName(String SchemaName)
SchemaName
- Schema name
Note: This field may return null, indicating that no valid values can be obtained.public String getLocation()
public void setLocation(String Location)
Location
- Storage address
Note: This field may return null, indicating that no valid values can be obtained.public Asset getAsset()
public void setAsset(Asset Asset)
Asset
- Data object
Note: This field may return null, indicating that no valid values can be obtained.public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.Copyright © 2024. All rights reserved.