Amazon.CognitoIdentityProvider.Model.PasswordPolicyType.IsSetRequireUppercase C# (CSharp) Method

IsSetRequireUppercase() private method

private IsSetRequireUppercase ( ) : bool
return bool
        internal bool IsSetRequireUppercase()
        {
            return this._requireUppercase.HasValue; 
        }