public class DescribeParameterTemplateAttributesResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeParameterTemplateAttributesResponse() |
DescribeParameterTemplateAttributesResponse(DescribeParameterTemplateAttributesResponse 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 |
getDBEngine()
Get Database engine applicable to a parameter template
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getDBMajorVersion()
Get Database version applicable to a parameter template
Note: This field may return null, indicating that no valid values can be obtained.
|
ParamInfo[] |
getParamInfoSet()
Get Parameter information contained in the parameter template
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 |
getTemplateDescription()
Get Parameter template description
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getTemplateId()
Get Parameter template ID
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getTemplateName()
Get Parameter template name
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getTotalCount()
Get Number of parameters contained in the parameter template
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setDBEngine(String DBEngine)
Set Database engine applicable to a parameter template
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setDBMajorVersion(String DBMajorVersion)
Set Database version applicable to a parameter template
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setParamInfoSet(ParamInfo[] ParamInfoSet)
Set Parameter information contained in the parameter template
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 |
setTemplateDescription(String TemplateDescription)
Set Parameter template description
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setTemplateId(String TemplateId)
Set Parameter template ID
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setTemplateName(String TemplateName)
Set Parameter template name
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setTotalCount(Long TotalCount)
Set Number of parameters contained in the parameter template
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 DescribeParameterTemplateAttributesResponse()
public DescribeParameterTemplateAttributesResponse(DescribeParameterTemplateAttributesResponse source)
public String getTemplateId()
public void setTemplateId(String TemplateId)
TemplateId
- Parameter template ID
Note: This field may return null, indicating that no valid values can be obtained.public Long getTotalCount()
public void setTotalCount(Long TotalCount)
TotalCount
- Number of parameters contained in the parameter template
Note: This field may return null, indicating that no valid values can be obtained.public ParamInfo[] getParamInfoSet()
public void setParamInfoSet(ParamInfo[] ParamInfoSet)
ParamInfoSet
- Parameter information contained in the parameter template
Note: This field may return null, indicating that no valid values can be obtained.public String getTemplateName()
public void setTemplateName(String TemplateName)
TemplateName
- Parameter template name
Note: This field may return null, indicating that no valid values can be obtained.public String getDBMajorVersion()
public void setDBMajorVersion(String DBMajorVersion)
DBMajorVersion
- Database version applicable to a parameter template
Note: This field may return null, indicating that no valid values can be obtained.public String getDBEngine()
public void setDBEngine(String DBEngine)
DBEngine
- Database engine applicable to a parameter template
Note: This field may return null, indicating that no valid values can be obtained.public String getTemplateDescription()
public void setTemplateDescription(String TemplateDescription)
TemplateDescription
- Parameter template description
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 © 2025. All rights reserved.