public class DescribeClusterPasswordComplexityResponse extends AbstractModel
skipSign| 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 The unique request ID, which is returned for each request. | 
| ParamInfo | getValidatePasswordDictionary()Get Data dictionary parameter Note: This field may return null, indicating that no valid values can be obtained. | 
| ParamInfo | getValidatePasswordLength()Get The length of the password Note: This field may return null, indicating that no valid values can be obtained. | 
| ParamInfo | getValidatePasswordMixedCaseCount()Get Number of case-sensitive characters Note: This field may return null, indicating that no valid values can be obtained. | 
| ParamInfo | getValidatePasswordNumberCount()Get Number of digits Note: This field may return null, indicating that no valid values can be obtained. | 
| ParamInfo | getValidatePasswordPolicy()Get Password level Note: This field may return null, indicating that no valid values can be obtained. | 
| ParamInfo | getValidatePasswordSpecialCharCount()Get Number of symbols Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setRequestId(String RequestId)Set The unique request ID, which is returned for each request. | 
| void | setValidatePasswordDictionary(ParamInfo ValidatePasswordDictionary)Set Data dictionary parameter Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setValidatePasswordLength(ParamInfo ValidatePasswordLength)Set The length of the password Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setValidatePasswordMixedCaseCount(ParamInfo ValidatePasswordMixedCaseCount)Set Number of case-sensitive characters Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setValidatePasswordNumberCount(ParamInfo ValidatePasswordNumberCount)Set Number of digits Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setValidatePasswordPolicy(ParamInfo ValidatePasswordPolicy)Set Password level Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setValidatePasswordSpecialCharCount(ParamInfo ValidatePasswordSpecialCharCount)Set Number of symbols 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, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DescribeClusterPasswordComplexityResponse()
public DescribeClusterPasswordComplexityResponse(DescribeClusterPasswordComplexityResponse source)
public ParamInfo getValidatePasswordDictionary()
public void setValidatePasswordDictionary(ParamInfo ValidatePasswordDictionary)
ValidatePasswordDictionary - Data dictionary parameter Note: This field may return null, indicating that no valid values can be obtained.public ParamInfo getValidatePasswordLength()
public void setValidatePasswordLength(ParamInfo ValidatePasswordLength)
ValidatePasswordLength - The length of the password Note: This field may return null, indicating that no valid values can be obtained.public ParamInfo getValidatePasswordMixedCaseCount()
public void setValidatePasswordMixedCaseCount(ParamInfo ValidatePasswordMixedCaseCount)
ValidatePasswordMixedCaseCount - Number of case-sensitive characters Note: This field may return null, indicating that no valid values can be obtained.public ParamInfo getValidatePasswordNumberCount()
public void setValidatePasswordNumberCount(ParamInfo ValidatePasswordNumberCount)
ValidatePasswordNumberCount - Number of digits Note: This field may return null, indicating that no valid values can be obtained.public ParamInfo getValidatePasswordPolicy()
public void setValidatePasswordPolicy(ParamInfo ValidatePasswordPolicy)
ValidatePasswordPolicy - Password level Note: This field may return null, indicating that no valid values can be obtained.public ParamInfo getValidatePasswordSpecialCharCount()
public void setValidatePasswordSpecialCharCount(ParamInfo ValidatePasswordSpecialCharCount)
ValidatePasswordSpecialCharCount - Number of symbols 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, which is returned for each request. RequestId is required for locating a problem.Copyright © 2023. All rights reserved.