public class CreateParamTemplateRequest extends AbstractModel
Constructor and Description |
---|
CreateParamTemplateRequest() |
CreateParamTemplateRequest(CreateParamTemplateRequest 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 |
getDescription()
Get Parameter template description.
|
String |
getEngineType()
Get Instance engine type.
|
String |
getEngineVersion()
Get MySQL version number.
|
String |
getName()
Get Parameter template name.
|
Parameter[] |
getParamList()
Get List of parameters.
|
Long |
getTemplateId()
Get Source parameter template ID.
|
String |
getTemplateType()
Get Type of the default parameter template.
|
void |
setDescription(String Description)
Set Parameter template description.
|
void |
setEngineType(String EngineType)
Set Instance engine type.
|
void |
setEngineVersion(String EngineVersion)
Set MySQL version number.
|
void |
setName(String Name)
Set Parameter template name.
|
void |
setParamList(Parameter[] ParamList)
Set List of parameters.
|
void |
setTemplateId(Long TemplateId)
Set Source parameter template ID.
|
void |
setTemplateType(String TemplateType)
Set Type of the default parameter template.
|
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 CreateParamTemplateRequest()
public CreateParamTemplateRequest(CreateParamTemplateRequest source)
public String getName()
public void setName(String Name)
Name
- Parameter template name.public String getDescription()
public void setDescription(String Description)
Description
- Parameter template description.public String getEngineVersion()
public void setEngineVersion(String EngineVersion)
EngineVersion
- MySQL version number.public Long getTemplateId()
public void setTemplateId(Long TemplateId)
TemplateId
- Source parameter template ID.public Parameter[] getParamList()
public void setParamList(Parameter[] ParamList)
ParamList
- List of parameters.public String getTemplateType()
public void setTemplateType(String TemplateType)
TemplateType
- Type of the default parameter template. Valid values: `HIGH_STABILITY` (high-stability template), `HIGH_PERFORMANCE` (high-performance template).public String getEngineType()
public void setEngineType(String EngineType)
EngineType
- Instance engine type. Valid values: `InnoDB` (default), `RocksDB`.Copyright © 2023. All rights reserved.