public class DescribeMigrateDBInstancesRequest extends AbstractModel
Constructor and Description |
---|
DescribeMigrateDBInstancesRequest() |
DescribeMigrateDBInstancesRequest(DescribeMigrateDBInstancesRequest 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 |
getAccountMode()
Get The account to which the resource belongs.
|
String |
getDatabaseType()
Get Database type, such as `mysql`.
|
String |
getInstanceId()
Get Database instance ID
|
String |
getInstanceName()
Get Database instance name
|
Long |
getLimit()
Get Number of results to be returned
|
String |
getMigrateRole()
Get Specifies whether the instance is the migration source or target.
|
Long |
getOffset()
Get Offset
|
String |
getTmpSecretId()
Get ID of the temporary key, which is required if the operation is performed across accounts.
|
String |
getTmpSecretKey()
Get Key of the temporary key, which is required if the operation is performed across accounts.
|
String |
getTmpToken()
Get Temporary token, which is required if the operation is performed across accounts.
|
void |
setAccountMode(String AccountMode)
Set The account to which the resource belongs.
|
void |
setDatabaseType(String DatabaseType)
Set Database type, such as `mysql`.
|
void |
setInstanceId(String InstanceId)
Set Database instance ID
|
void |
setInstanceName(String InstanceName)
Set Database instance name
|
void |
setLimit(Long Limit)
Set Number of results to be returned
|
void |
setMigrateRole(String MigrateRole)
Set Specifies whether the instance is the migration source or target.
|
void |
setOffset(Long Offset)
Set Offset
|
void |
setTmpSecretId(String TmpSecretId)
Set ID of the temporary key, which is required if the operation is performed across accounts.
|
void |
setTmpSecretKey(String TmpSecretKey)
Set Key of the temporary key, which is required if the operation is performed across accounts.
|
void |
setTmpToken(String TmpToken)
Set Temporary token, which is required if the operation is performed across accounts.
|
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 DescribeMigrateDBInstancesRequest()
public DescribeMigrateDBInstancesRequest(DescribeMigrateDBInstancesRequest source)
public String getDatabaseType()
public void setDatabaseType(String DatabaseType)
DatabaseType
- Database type, such as `mysql`.public String getMigrateRole()
public void setMigrateRole(String MigrateRole)
MigrateRole
- Specifies whether the instance is the migration source or target. Valid values: `src` (source); `dts` (target).public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- Database instance IDpublic String getInstanceName()
public void setInstanceName(String InstanceName)
InstanceName
- Database instance namepublic Long getLimit()
public void setLimit(Long Limit)
Limit
- Number of results to be returnedpublic Long getOffset()
public void setOffset(Long Offset)
Offset
- Offsetpublic String getAccountMode()
public void setAccountMode(String AccountMode)
AccountMode
- The account to which the resource belongs. Valid values: empty or `self` (the current account); `other` (another account).public String getTmpSecretId()
public void setTmpSecretId(String TmpSecretId)
TmpSecretId
- ID of the temporary key, which is required if the operation is performed across accounts.public String getTmpSecretKey()
public void setTmpSecretKey(String TmpSecretKey)
TmpSecretKey
- Key of the temporary key, which is required if the operation is performed across accounts.public String getTmpToken()
public void setTmpToken(String TmpToken)
TmpToken
- Temporary token, which is required if the operation is performed across accounts.Copyright © 2023. All rights reserved.