public class CopyClusterPasswordComplexityRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
CopyClusterPasswordComplexityRequest() |
CopyClusterPasswordComplexityRequest(CopyClusterPasswordComplexityRequest 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[] |
getClusterIds()
Get A parameter used to replicate the array of cluster IDs
|
String |
getSourceClusterId()
Get Cluster ID
|
void |
setClusterIds(String[] ClusterIds)
Set A parameter used to replicate the array of cluster IDs
|
void |
setSourceClusterId(String SourceClusterId)
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 CopyClusterPasswordComplexityRequest()
public CopyClusterPasswordComplexityRequest(CopyClusterPasswordComplexityRequest source)
public String[] getClusterIds()
public void setClusterIds(String[] ClusterIds)
ClusterIds
- A parameter used to replicate the array of cluster IDspublic String getSourceClusterId()
public void setSourceClusterId(String SourceClusterId)
SourceClusterId
- Cluster IDCopyright © 2024. All rights reserved.