public class ModifyServiceTemplateGroupAttributeRequest extends AbstractModel
Constructor and Description |
---|
ModifyServiceTemplateGroupAttributeRequest() |
ModifyServiceTemplateGroupAttributeRequest(ModifyServiceTemplateGroupAttributeRequest 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 |
getServiceTemplateGroupId()
Get The protocol port template group instance ID, such as `ppmg-ei8hfd9a`.
|
String |
getServiceTemplateGroupName()
Get Protocol port template group name.
|
String[] |
getServiceTemplateIds()
Get Instance ID of the protocol port template, such as `ppm-4dw6agho`.
|
void |
setServiceTemplateGroupId(String ServiceTemplateGroupId)
Set The protocol port template group instance ID, such as `ppmg-ei8hfd9a`.
|
void |
setServiceTemplateGroupName(String ServiceTemplateGroupName)
Set Protocol port template group name.
|
void |
setServiceTemplateIds(String[] ServiceTemplateIds)
Set Instance ID of the protocol port template, such as `ppm-4dw6agho`.
|
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 ModifyServiceTemplateGroupAttributeRequest()
public ModifyServiceTemplateGroupAttributeRequest(ModifyServiceTemplateGroupAttributeRequest source)
public String getServiceTemplateGroupId()
public void setServiceTemplateGroupId(String ServiceTemplateGroupId)
ServiceTemplateGroupId
- The protocol port template group instance ID, such as `ppmg-ei8hfd9a`.public String getServiceTemplateGroupName()
public void setServiceTemplateGroupName(String ServiceTemplateGroupName)
ServiceTemplateGroupName
- Protocol port template group name.public String[] getServiceTemplateIds()
public void setServiceTemplateIds(String[] ServiceTemplateIds)
ServiceTemplateIds
- Instance ID of the protocol port template, such as `ppm-4dw6agho`.Copyright © 2023. All rights reserved.