public class DescribeParamTemplatesRequest extends AbstractModel
Constructor and Description |
---|
DescribeParamTemplatesRequest() |
DescribeParamTemplatesRequest(DescribeParamTemplatesRequest 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[] |
getDbModes()
Get Database Type.
|
String[] |
getEngineTypes()
Get Version type
|
String[] |
getEngineVersions()
Get Database engine version number
|
Long |
getLimit()
Get Limit on queries
|
Long |
getOffset()
Get Offset for query
|
String |
getOrderBy()
Get The sorting order of the returned results
|
String |
getOrderDirection()
Get Sorting order.
|
String[] |
getProducts()
Get Product type of the queried template
|
Long[] |
getTemplateIds()
Get Template ID
|
String[] |
getTemplateNames()
Get Template name
|
String[] |
getTemplateTypes()
Get Template type
|
void |
setDbModes(String[] DbModes)
Set Database Type.
|
void |
setEngineTypes(String[] EngineTypes)
Set Version type
|
void |
setEngineVersions(String[] EngineVersions)
Set Database engine version number
|
void |
setLimit(Long Limit)
Set Limit on queries
|
void |
setOffset(Long Offset)
Set Offset for query
|
void |
setOrderBy(String OrderBy)
Set The sorting order of the returned results
|
void |
setOrderDirection(String OrderDirection)
Set Sorting order.
|
void |
setProducts(String[] Products)
Set Product type of the queried template
|
void |
setTemplateIds(Long[] TemplateIds)
Set Template ID
|
void |
setTemplateNames(String[] TemplateNames)
Set Template name
|
void |
setTemplateTypes(String[] TemplateTypes)
Set Template 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 DescribeParamTemplatesRequest()
public DescribeParamTemplatesRequest(DescribeParamTemplatesRequest source)
public String[] getEngineVersions()
public void setEngineVersions(String[] EngineVersions)
EngineVersions
- Database engine version numberpublic String[] getTemplateNames()
public void setTemplateNames(String[] TemplateNames)
TemplateNames
- Template namepublic Long[] getTemplateIds()
public void setTemplateIds(Long[] TemplateIds)
TemplateIds
- Template IDpublic String[] getDbModes()
public void setDbModes(String[] DbModes)
DbModes
- Database Type. Valid values: `NORMAL`, `SERVERLESS`.public Long getOffset()
public void setOffset(Long Offset)
Offset
- Offset for querypublic Long getLimit()
public void setLimit(Long Limit)
Limit
- Limit on queriespublic String[] getProducts()
public void setProducts(String[] Products)
Products
- Product type of the queried templatepublic String[] getTemplateTypes()
public void setTemplateTypes(String[] TemplateTypes)
TemplateTypes
- Template typepublic String[] getEngineTypes()
public void setEngineTypes(String[] EngineTypes)
EngineTypes
- Version typepublic String getOrderBy()
public void setOrderBy(String OrderBy)
OrderBy
- The sorting order of the returned resultspublic String getOrderDirection()
public void setOrderDirection(String OrderDirection)
OrderDirection
- Sorting order. Valid values: `desc`, `asc `.Copyright © 2023. All rights reserved.