public class DescribeClusterPasswordComplexityResponse extends AbstractModel
Constructor and Description |
---|
DescribeClusterPasswordComplexityResponse() |
DescribeClusterPasswordComplexityResponse(DescribeClusterPasswordComplexityResponse 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 |
getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
ParamInfo |
getValidatePasswordDictionary()
Get 数据字典参数
注意:此字段可能返回 null,表示取不到有效值。
|
ParamInfo |
getValidatePasswordLength()
Get 密码长度
注意:此字段可能返回 null,表示取不到有效值。
|
ParamInfo |
getValidatePasswordMixedCaseCount()
Get 大小写敏感字符个数
注意:此字段可能返回 null,表示取不到有效值。
|
ParamInfo |
getValidatePasswordNumberCount()
Get 数字个数
注意:此字段可能返回 null,表示取不到有效值。
|
ParamInfo |
getValidatePasswordPolicy()
Get 密码等级
注意:此字段可能返回 null,表示取不到有效值。
|
ParamInfo |
getValidatePasswordSpecialCharCount()
Get 特殊字符个数
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
void |
setValidatePasswordDictionary(ParamInfo ValidatePasswordDictionary)
Set 数据字典参数
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setValidatePasswordLength(ParamInfo ValidatePasswordLength)
Set 密码长度
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setValidatePasswordMixedCaseCount(ParamInfo ValidatePasswordMixedCaseCount)
Set 大小写敏感字符个数
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setValidatePasswordNumberCount(ParamInfo ValidatePasswordNumberCount)
Set 数字个数
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setValidatePasswordPolicy(ParamInfo ValidatePasswordPolicy)
Set 密码等级
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setValidatePasswordSpecialCharCount(ParamInfo ValidatePasswordSpecialCharCount)
Set 特殊字符个数
注意:此字段可能返回 null,表示取不到有效值。
|
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 DescribeClusterPasswordComplexityResponse()
public DescribeClusterPasswordComplexityResponse(DescribeClusterPasswordComplexityResponse source)
public ParamInfo getValidatePasswordDictionary()
public void setValidatePasswordDictionary(ParamInfo ValidatePasswordDictionary)
ValidatePasswordDictionary
- 数据字典参数
注意:此字段可能返回 null,表示取不到有效值。public ParamInfo getValidatePasswordLength()
public void setValidatePasswordLength(ParamInfo ValidatePasswordLength)
ValidatePasswordLength
- 密码长度
注意:此字段可能返回 null,表示取不到有效值。public ParamInfo getValidatePasswordMixedCaseCount()
public void setValidatePasswordMixedCaseCount(ParamInfo ValidatePasswordMixedCaseCount)
ValidatePasswordMixedCaseCount
- 大小写敏感字符个数
注意:此字段可能返回 null,表示取不到有效值。public ParamInfo getValidatePasswordNumberCount()
public void setValidatePasswordNumberCount(ParamInfo ValidatePasswordNumberCount)
ValidatePasswordNumberCount
- 数字个数
注意:此字段可能返回 null,表示取不到有效值。public ParamInfo getValidatePasswordPolicy()
public void setValidatePasswordPolicy(ParamInfo ValidatePasswordPolicy)
ValidatePasswordPolicy
- 密码等级
注意:此字段可能返回 null,表示取不到有效值。public ParamInfo getValidatePasswordSpecialCharCount()
public void setValidatePasswordSpecialCharCount(ParamInfo ValidatePasswordSpecialCharCount)
ValidatePasswordSpecialCharCount
- 特殊字符个数
注意:此字段可能返回 null,表示取不到有效值。public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。Copyright © 2023. All rights reserved.