public class DescribeAddonRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeAddonRequest() |
DescribeAddonRequest(DescribeAddonRequest 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 |
getAddonName()
Get Add-on name (all add-ons in the cluster are returned if this parameter is not specified)
|
String |
getClusterId()
Get Cluster ID
|
void |
setAddonName(String AddonName)
Set Add-on name (all add-ons in the cluster are returned if this parameter is not specified)
|
void |
setClusterId(String ClusterId)
Set Cluster ID
|
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 DescribeAddonRequest()
public DescribeAddonRequest(DescribeAddonRequest source)
public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId
- Cluster IDpublic String getAddonName()
public void setAddonName(String AddonName)
AddonName
- Add-on name (all add-ons in the cluster are returned if this parameter is not specified)Copyright © 2024. All rights reserved.